Re: TI-86 <REAL> conflicts, pff, BASIC progs


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

Re: TI-86 <REAL> conflicts, pff, BASIC progs



> PROGRAM:DV
> :5->A                   14 bytes
>
> PROGRAM:DV
> :5->A
> :DelVar(A               23 bytes
>
>          - so the DelVar(A statement uses 9 bytes. As in most TI-Basic
> statements, the closing bracket's redundant - forget it and save a byte.

To consevre more memory, make one program that deletes the varables used
by the calc. This way, if two programs use varable A, you can link these
programs to your delete var program and only use one delvar statment.
Pretty simple idea huh?
                -Michael


References: