is there a better way to do this?

Björnke von Gierke bvg at mac.com
Mon Jun 13 18:24:59 EDT 2005


On Jun 14 2005, at 00:03, Claudi Cornaz wrote:

> put "put the" && tSetName & "[uText] of this stack into tText" into 
> tCommandStr
> do tCommandStr

this should work:

on mouseUp
   put "new" into tSetname
   put  tSetname & "[uText]" into cprop
   put the cprop of this stack
end mouseUp

hope it helps
Bjoernke

-- 

http://contest.wecode.org
Now running: the first ChatRev coding contest!
sponsors:
Altuit
Andre Garzia
Karl Becker
Runtime Revolution
TidBITS in cooperation with eHUG



More information about the use-livecode mailing list