Code: Select all
on dragEnter
set acceptDrop to true
end dragEnter
on dragDrop
put the dragData into me
pass dragDrop
end dragDrop
Suppose the line 1 in the field reads:
/Users/JohnDoe/myfile.txt
Then when I use
Code: Select all
answer line 1 of field "Field"
I just get "/", the first character.
I'm on Livecode 7 now, I'm pretty sure this was different before... Is there an easy way to convert the field value back to normal text?