Hi,
I am trying to create a comma separated file And i get the error message "CommaTextIo object not initialized.Stack trace (C)\Classes\TestCommaIO\main - line 14".
I am on the test stage so my code is very straight foward, here it is.
private static void main(Args _args) #define.filename(@'C:\BcyrTest.cvs') file = new CommaTextIo(#filename, #io_write); file.writeExp(line); } Can anyone help me. Thanks
{
CommaTextIo file;
container line;
#File
;
Line = ['a','b','c','d'];