Doh! Applied now. But this fails now:
set S0, "test" set I0, 234 save S0 save I0 restore S1 restore I1 end With error message: Wrong type on top of stack! Not sure if this is intended though. I though each type (INT,NUM,PMC,STR) has it's own stack? --josh ----- Original Message ----- From: "Bryan C. Warnock" <[EMAIL PROTECTED]> To: "Joshua Nye" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 22, 2002 9:45 AM Subject: Re: Problems with strings on the stack (small, concise example) > On Friday 22 March 2002 09:37, Joshua Nye wrote: > > Works ok up to 15 items on the stack. After that I get screwy results back. > > Is that with or without my patch? > http:[EMAIL PROTECTED]/msg09093.html > > -- > Bryan C. Warnock > [EMAIL PROTECTED] >