I have a text file and on line 23 it has the following text
VOUCHERNUMBE — INVOICEDATE ‘ INVOICENO. ‘ INVOICEAMOUNT “DISCOUNTAMOUNT’ NETAMOUNT;0]
and it displays just like shown above only on one line.
When I use readln it returns the following:
VOUCHERNUMBE â€â€
Readln character set being changed
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Which version of Macro Scheduler is this with?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
I copied your line to a text file and then ran the following code:
ReadLn>d:\file.txt,1,line
And the text was read in correctly. I tried it in v10 and v11.
ReadLn>d:\file.txt,1,line
And the text was read in correctly. I tried it in v10 and v11.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Hex Characters
That is what it has to be. I'll just have to find a way to deal with it.