I need to write a line to a file that has data separated by tabs.
I thought that it would be something like:
sData = string1+TAB$+string2+TAB$ . . . etc.
This will not compile. I have tried CHR((9) - same result.
Evidently this is not how TAB$ works, but how do I do this?
Help will be appreciated.
Thanks
RC Schroeder
I thought that it would be something like:
sData = string1+TAB$+string2+TAB$ . . . etc.
This will not compile. I have tried CHR((9) - same result.
Evidently this is not how TAB$ works, but how do I do this?
Help will be appreciated.
Thanks
RC Schroeder
Comment