frequent awkward need to use the "do" command
Brad Allen
BradAllen at mac.com
Sun Sep 8 16:21:01 EDT 2002
I must be missing something. I often find myself using the "do"
command in places where it shouldn't be necessary. It would be nice
if I could just say:
put the myToolMode of objectIdentifier into toolMode
but instead, I have to write it this way:
do "put the myToolMode of " & objectName & " into toolmode"
This seems awkward somehow. Is there a better way to handle this?
Thanks!
More information about the use-livecode
mailing list