send ("myHandler" && myItems) in tSpeed millisecs only sends item 1 of myItems

Dar Scott dsc at swcp.com
Wed Aug 11 19:43:46 EDT 2004


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



More information about the use-livecode mailing list