Rajeshnerenki
06-02-2003, 05:38 AM
Hi,
I need to write some text string reading from a database into ascii file. The string could be a mix of English and double byte characters like Japanese etc.
Can I write in the following way (sequential file type)
Open FileName For Append As #1
Print #1, text
Close #1
or do I need to open a binary file for writing??
Thanks
I need to write some text string reading from a database into ascii file. The string could be a mix of English and double byte characters like Japanese etc.
Can I write in the following way (sequential file type)
Open FileName For Append As #1
Print #1, text
Close #1
or do I need to open a binary file for writing??
Thanks