A86:Yet more questions from a newbie
[Next][Index][Thread]
A86:Yet more questions from a newbie
How can I look through a basic program for a specific string? What I am
going for here is a library type thing except with user defined 'books.' Ex:
I want to run the user-defined segment of code that corresponds to 'exact'
(I am working on a math prog where users can define how they want things to
be done).
How can I get an ASAP func to output to the var "temp" if all that it can
output is strings and complex numbers?
Sorry about bothering you guys so much, but I am quite currious about ASM and
this is the place to learn.