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