Hi - Axe is great, isn't it? I just discovered it last week.
I have a few questions though:
1) How do pointers work? I think I understand the basic concept, but I'm not entirely sure what the difference is between doing this
5->A
and
5 ->{A}
2) Also, I tried using the routine in the User's Manual to try to copy an external variable, but I keep getting this weird sort of hexadecimal thing
"varG"->Str1
GetCAlc(Str1)->P
Disp {P}[sup]r[/sup]>DEC (The triangle with the DEC to the right)
And this gives me weird values - especially if I try storing decimals, large, or negative values to G. Am I doing this wrong?
I apologize if any of these questions are stupid...