For my current project, i have serveral tables,
if i create a new project i also create a new empty table.
(later i will add data to it.)
Table3.AddRow ("", "" , "", "", "")
Table3.SaveCSV ("Table1.CSV",",",False)
The problem which i had is that when i open my project there
is one blank line in the table
Is there an way to create an table without any data on it?,
just create only the filename.csv for example ?
(the idea is that i need to setup some tables for later use, the files needs exists before open it,
like access you create the table before adding data to it.)