Some more thoughts on multithreading

Nonsanity form at nonsanity.com
Wed Feb 9 23:39:48 EST 2011


On Wed, Feb 9, 2011 at 11:33 PM, Nonsanity <form at nonsanity.com> wrote:

> get the number of chars in the SerialData of this stack
> repeat with a = 1 to it
>     put char it & return after fld 1
> end repeat
>
>
get the number of chars in the SerialData of this stack
repeat with a = 1 to it
    put char a of the SerialData & return after fld 1
end repeat



More information about the use-livecode mailing list