Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
Djek
- Pro Scripter
- Posts: 148
- Joined: Sat Feb 05, 2005 11:35 pm
- Location: Holland
-
Contact:
Post
by Djek » Thu Jul 15, 2010 6:57 pm
Code: Select all
ReadLn>c:\html\ip.txt,1,result
MessageModal>%result%
gives :
line 6: not appropriate
content of the ip.txt
Code: Select all
{"errorCode":0,"errorMessage":null,"serverVersion":"0.9","response":["","","","","","01","Onbekende postcode en huisnr combinatie"]}
Is this a known bug?
thanks for thinking
Djek
-
adroege
- Automation Wizard
- Posts: 438
- Joined: Tue Dec 07, 2004 7:39 pm
Post
by adroege » Thu Jul 15, 2010 7:53 pm
Code: Select all
ReadLn>c:\html\ip.txt,1,result
MessageModal>result
When I remove the percent signs from around result then
there is NO error.
interesting.....