See Also
You can pass parameters by reference two ways in Visual FoxPro.
=ABC(@X) –or– DO ABC WITH X
ABC X
procedure ABC var x:integer);
ABC(&VAR);