Re: A86: Re: Re: BASIC & inverts! HELP!
[Prev][Next][Index][Thread]
Re: A86: Re: Re: BASIC & inverts! HELP!
Hehe...I used those calls :) I mean, it will find the next var, in order,
in the vat, so it doesn't have to search the whole thing. But maybe it's
not so slow using those.
>
> In a message dated 3/25/99 2:30:21 PM Eastern Standard Time, david@acz.org
> writes:
>
> > You need to find all vars on the calc of type program. I haven't done
this
> > much, so there's probably a much better way, but a loop like this
should
> > work. My question for you rom call gurus, is there a call to
sequentially
> > search the VAT? Seems kind of silly to search the whole VAT for the
next
> > matching name, then search it again to pull up the found name:
>
> _FINDALPHAUP equ 514Bh
> _findalphaDn equ 514Fh
>
> search alphabetically from beginning to end or end to beginning. takes
the
> var in OP1 and finds the next var in the vat. this is all from memory, so
it
> could be wrong...
>
>
References: