



These statements applied to an element of array XXX: causes compilation errors "'=' applied to undeclared variable"
and "Evaluating this has no effect: "word array operator '-->'"".
These forms compile successfully: None submitted.
About Patches
Issue C63024 [previous patch]
Issue with ++ applied to array element
Submitted by: Mark Tilford
Appeared in: Compiler 6.30 or before
Fixed in: -
Problem
XXX-->1++;
++XXX-->1;
(XXX-->1)++;
++(XXX-->1);
XXX-->1 = XXX-->1 + 1;
Solution
Last updated 2 May 2008. The librarian in charge of this page is Roger Firth. Please email any comments, suggestions or corrections to roger@firthworks.com.