Six vs Half a Dozen

Dar Scott dsc at swcp.com
Wed Nov 20 15:18:01 EST 2002


I was worried I might be confused, and ran the test:

on mouseUp
   put field "Source" into x
   send "doThis x" to me
   --send "doThis field " & quote & "Source" & quote to me  -- also works
end mouseUp

on doThis toThis
   put toThis into field "Destination"
end doThis

The args to the command in the send string are evaluated in the context 
of the send.  The command may be built-in.  A send to me without time is 
probably the same as calling a handler directly.

Dar Scott




More information about the use-livecode mailing list