
How to write non-ASCII chars into a binary file
Sure, just print the code instead of the character. Like this chr(3) or
chr(234).
--
-Marcus Trisdale
Visual Basic - Games - Programming - OCX's
http://www.lucidyne.com/Marcus
Quote:
> Anybody can tell me how to write non-ASCII chars into a binary file
> using Visual Basic 4? Thanks!
> Novice