I'm using the PRINT # statement for writing data to a sequencial
file starting with OPEN "filename" FOR OUTPUT AS #1.
When viewing this file under DOS or printing the created file it
appears that the accentuated characters (é, à, ö, etc), which
have an ASCII value of greater than 127, have been changed.
Similar application under PB for DOS did not pose any problem.
Did any of you experienced the same problem?
Thanks for your attention.
José
mailto:[email protected][email protected]</A>
------------------
file starting with OPEN "filename" FOR OUTPUT AS #1.
When viewing this file under DOS or printing the created file it
appears that the accentuated characters (é, à, ö, etc), which
have an ASCII value of greater than 127, have been changed.
Similar application under PB for DOS did not pose any problem.
Did any of you experienced the same problem?
Thanks for your attention.
José
mailto:[email protected][email protected]</A>
------------------
Comment