this works for me from a palette stack for both selected text or blinking
cursor

on mouseUp
   put the topStack into tTop
   go stack tTop
   put the selectedChunk into tSC
   
   if tSC <> "" then -- or whatever
      paste
   end if

end mouseUp

Kind regards
Bernd



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Insertion-point-problems-tp4693251p4693267.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
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