Object Reference in Variable?

Chipp Walters chipp at chipp.com
Fri Sep 26 05:58:24 EDT 2008


Hi Eric,

This reminds me of another interesting shortcut for use with "send to.."

send "findCenterPoint" && quote & "20,40,100,200" & quote to the current
card

calls from the current card the findCenterPoint handler. But I'm not a big
fan of the quotes and sytax. I typically use:

put "20,40,100,200" into tRect
send "findCenterPoint tRect" to the current card

Much easier to read.



More information about the use-livecode mailing list