1. Variables address
Hi folks,
I´m triyng to create something like the ex.err file for a
C translated euphoria program.
In order to do that, I need to get variables addresses in memory
so, when the program crashes, I can dump the values before aborting
the program (using a function assigned by crash_routine()).
As far as I understand there is no way to get a variable address
in Euphoria... or there is a way? There is something like the "&"
operator as in C language.
After I get a variable address I can use peek() to get it value, right?
Thanks in,
André Drummond