Re: A86: Re: Resize


[Prev][Next][Index][Thread]

Re: A86: Re: Resize






Trey Jazz wrote:

> i dont think there is any call to add to a variable...i think that if you
> want to add to one you must store the original data and then add on to it,
> delete the variable, remake it with the new data
>
> -----Original Message-----
> From: Andy S Johnson <the_laser@juno.com>
> To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
> Date: Monday, February 09, 1998 10:22 PM
> Subject: A86: Resize
>

Actually, there are rom calls to insert free space into user memory, which can
be used to resize vars.  But it's easier to just create a new variable and
copy the old data.

Bill



References: