Everybody answered about clearing arrays etc but no-one (that I can see)
said what the $Rnnn variable is.

: >
: > What is $R196?
: >

It is a temporary variable that the compiler uses for intermediate results.

e.g.

EX=123+234+345

The compiler breaks this down to:-

add 123 and 234 into variable $R0
add $R0 and 345 into EX

Just compile the sentence and look at the code generated with a VLIST.

Louis
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to