When I assume .....

Tom Glod tom at makeshyft.com
Mon Jul 2 18:21:24 EDT 2018


Mark, I meant that the command I am calling is able to receive the array
variable via parameter.... like i said .. i assumed variable name was being
sent as string ..not as variable array and its data.

On Mon, Jul 2, 2018 at 6:10 PM, Mark Wieder via use-livecode <
use-livecode at lists.runrev.com> wrote:

> On 07/02/2018 02:55 PM, Tom Glod via use-livecode wrote:
>
> I decided to do a test today and sure enough ... the behavior is identical.
>>
>
> They're not identical. The immediate version will invoke TestCommand
> during the execution of mouseUp. The 'send in time' version will invoke
> TestCommand after the mouseUp handler is done. That's the purpose of
> sending a command in time: even with an interval of 0 milliseconds you're
> delaying the sent action until the current handler has finished.
>
> --
>  Mark Wieder
>  ahsoftware at gmail.com
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list