You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Unknown operator use" is shown when the ref operator is not being passed as a parameter, but this is perfectly valid:
a := &b ; & has a red squigglyMsgBox a = &b ; 1
I also get a warning that "Variable 'v' appears to never be assigned a value" in cases like the following, but it seems to come and go after making unrelated modifications to other files.
r := &v
%r% := 1
I assume that if you recognize &v as the ref operator, the warning will also go away.
The text was updated successfully, but these errors were encountered:
"Unknown operator use" is shown when the ref operator is not being passed as a parameter, but this is perfectly valid:
I also get a warning that "Variable 'v' appears to never be assigned a value" in cases like the following, but it seems to come and go after making unrelated modifications to other files.
I assume that if you recognize
&v
as the ref operator, the warning will also go away.The text was updated successfully, but these errors were encountered: