Re: A86: Variables...
[Prev][Next][Index][Thread]
Re: A86: Variables...
In a message dated 8/27/98 9:42:52 PM Eastern Daylight Time,
DieKenny97@AOL.Com writes:
> I can't garuantee that will work but its worth a shot if you haven't tried
> that already.
>
no, no, no! this is the thing i came in contact with writing a couple
programs before. when you load variables into parts of the program, you're
really just editing the copy entered into _asm_exec_ram. when you run the
program again, it copies the original, unaffected program back into
_asm_exec_ram and runs it, with the variables set to default. it sucks, but
oh well.