"Dumb question" time

Alex Tweedly alex at tweedly.net
Tue Jul 26 12:11:28 EDT 2005


jbv wrote:

>Eric,
>
>Thanks for the reply, but right after sending my previous
>post, an idea crossed my mind : I think it has to do with
>the structure of the data to be sorted...
>it can be 10 to 500 lines with 40 items in each line, and
>each item can be the sorting key, but for certain lines, the
>item can be empty and I have the feeling that it's the cause
>of the inconstency in the sort result...
>I'll check that...
>
>But anyway, my original question remains valid : what happens
>in Rev when a new script is triggered, and a previous script is
>still running ?
>  
>
If the previous script includes "wait with messages" or similar, then 
the new script can be triggered, and it will run to completion before 
the continuation of the old script.

But unless you have "wait with messages", the new script will not be 
triggered until the old one is complete.

-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.4/57 - Release Date: 22/07/2005




More information about the use-livecode mailing list