On Aug 11, 2004, at 4:37 PM, Erik Hansen wrote:

send ("myHandler" && pMyItems) in tSpeed millisecs -- only sends item 1 of pMyItems.

If pMyItems contains 3 items, this will send 3 parameters to "myHandler".


Perhaps you want this:

   send "myHandler pMyItems" in tSpeed milliseconds

This will send one parameter to "myHandler", it containing an item list, I presume.

Dar Scott

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

Reply via email to