import failed
Posted: Wed Feb 02, 2011 6:50 pm
hallo,
i want to import data from a textfile.
in livecode and in the simulator everything works fine with the followig script
when i create a app for the iphone, i change the code to the following and i do copy the file hyb.txt under Standalone Application Settings / Copy Files.
i only have a T-Mobile G3 (no iphone) and there the import does not work.
can anybody help me find the error in my work?
best
fred
i want to import data from a textfile.
in livecode and in the simulator everything works fine with the followig script
Code: Select all
put URL("file:/Users/myname/Sites/hyb.txt") into inFile
Code: Select all
put URL("file:hyb.txt") into inFile
can anybody help me find the error in my work?
best
fred