F freak Member Oct 4, 2007 #1 How do I create ID_EOT as hex character 04? So that I can do... output to c:\junk\test.txt. PUT UNFORMATED 'Hello World' {&ID_EOT}. output close. &GLOBAL-DEFINE ID_EOT chr(04) doesn't work. Any tips?
How do I create ID_EOT as hex character 04? So that I can do... output to c:\junk\test.txt. PUT UNFORMATED 'Hello World' {&ID_EOT}. output close. &GLOBAL-DEFINE ID_EOT chr(04) doesn't work. Any tips?
F freak Member Oct 4, 2007 #2 Well I have to... PUT UNFORMATED 'Hello World' chr({&ID_EOT}). ...and I don't like it but I can live with it.
Well I have to... PUT UNFORMATED 'Hello World' chr({&ID_EOT}). ...and I don't like it but I can live with it.