Home » Community » Newbie corner » reading & writing a file
Re: reading & writing a file [message #32672 is a reply to message #32669] |
Wed, 01 June 2011 11:37   |
|
silverx wrote on Wed, 01 June 2011 10:17 | I tried this and added a PromptOK(inl); so I can check what it is reading. Thanks.
When I run it nows gives me an box that has:
ERROR: Invalid UTF-8 sequence: `#
|
Hi David,
The PromptOK() expects qtf formatted string as argument, please read the page on QTF. To pass a normal string to it, use PromptOK(DeQtf(inl)) to escape the characters that would be interpretted as qtf formating code or PromptOK("\1"+inl), to mark the entire string as non-qtf.
Honza
|
|
|
Goto Forum:
Current Time: Sun Aug 24 11:45:54 CEST 2025
Total time taken to generate the page: 0.05115 seconds
|