Something like:
Two hidden buttons that appear when hovering over a field. 
Button "Copy"

global gCopy
on myCopy
put the name of the target into tTemp
put the text of field tTemp into gCopy
end myCopy


Button "Paste"

global gCopy
on myPaste
if gCopy is not "" then
put gCopy into field tTarget
end if
end myPaste

untested


Thomas J McGrath III
3mcgr...@comcast.net

Lazy River Software
http://lazyriver.on-rev.com





On Sep 17, 2012, at 2:20 PM, gwendalw...@cox.net wrote:

> The dictionary shows that copy&paste is not available in iOS, but does 
> someone have a workaround?
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to