I've tried and tried and tried but to no avail. Why can't I do this simple task of putting some text in my .txt into a field?
I've tried the open/read commands. Nothing. Now I've tried to steamline it with the url command. Still nothing.
Any ideas? What's my problem, or how can I debug it?
Code: Select all
put "C:/Users/Ivan/Desktop/tll audio/" into defaultfolder
put URL "file:levels.txt" into field "fld.leveldata" ## does nothing
Code: Select all
if there is a file "levels.txt" then answer "Found it!" ## yields "Found it!"
else
end if
Help is much appreciated. Let me know if you need more information.