On Aug 17, 2004, at 4:46 PM, Jeanne A. E. DeVoto wrote:

"Call" seems fine to me in this context. (After all, it's why the call command is called that, and not the "invoke" command, or...)

You could also say that doSomething sends a doThis message.

OK, but how do I describe this:

on doSomething
   doThis
   call "doThat" of button "A"
   send "doOther" to button "B"
end doSomething

If I use "call" or "send" to describe what doSomething does with doThis, how do I describe what it does with doThat and doOther? Would "of" and "to" in such a description imply what I want?

Dar
****************************************
    Dar Scott Consulting
    http://www.swcp.com/dsc/
    Programming Services
****************************************

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to