05-21-2025, 11:35 AM
SMcNeill: "I'm not certain what "unless you tell them to" refers to"
It refers to exactly what you showed in your example:
FUNCTION foo (x)
foo = 2 * x
X = x + 1 ' <<< here Steve told the function to change the variable! not normally done with functions
END FUNCTION
It refers to exactly what you showed in your example:
FUNCTION foo (x)
foo = 2 * x
X = x + 1 ' <<< here Steve told the function to change the variable! not normally done with functions
END FUNCTION
b = b + ...