G
goo
Guest
I changed the .trdx file by using XML parser hDoc:load("FILE".....)...... but after hDoc:Save("FILE"....) it changed this line: DataSources CsvDataSource RecordSeparators=" " FieldSeparators="," Name="csvDataSource1" : : to this: DataSources CsvDataSource FieldSeparators="," Name="csvDataSource1" RecordSeparators=" " AS you can see, some characters has been removed from RecordSeparators... how can I get around that?
Continue reading...
Continue reading...