How to copy and paste in iOS

Thomas McGrath III 3mcgrath at comcast.net
Mon Sep 17 17:31:06 EDT 2012


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
3mcgrath at comcast.net

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





On Sep 17, 2012, at 2:20 PM, gwendalwood at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list