When I use this code:
Open "file.txt" for Binary as #1
Put #1, ,"string of test" & chr(9) & "other string"
The file.txt is created with several characters before the string "string of test".
I don't want those characters, only the strings, and the tab ( chr(9) ). There are some way of solve this trouble.
Thanks,
Claudio [sig][/sig]
Open "file.txt" for Binary as #1
Put #1, ,"string of test" & chr(9) & "other string"
The file.txt is created with several characters before the string "string of test".
I don't want those characters, only the strings, and the tab ( chr(9) ). There are some way of solve this trouble.
Thanks,
Claudio [sig][/sig]