i have this problem....
the command
Code: Select all
Put Url ("http://www.google.com") into tmydata
put tmydata into fld "test"
don't work.......in the app for android
i have putted it into a button....
i have also tryed this
Code: Select all
on mytest
Put Url ("http://www.google.com") into tmydata
put tmydata into fld "test"
end mytest
on mouseup
send "mytest" to me
end mouseup
Code: Select all
get Url ("http://www.google.com")
put it into fld "test"
Lestroso
