read file .txt on the web solved
Posted: Wed Mar 21, 2012 3:23 pm
Hi All,
I try to read a file .txt from a server
work on OSX but not on IOS
What i forget ?
Best regards
Jean-Marc
I try to read a file .txt from a server
Code: Select all
on mouseUp
put URL "http://www.alternatic.ch/jmb/test200312.txt" into tData
set the text of fld "myFld" to tData
end mouseUp
What i forget ?
Best regards
Jean-Marc