Omit default values in function calls
Posted: Fri Mar 22, 2013 7:41 pm
Hi,
i would appreciate the possibility to omit or skip default values on function calls.
Example:
The second argument b has been omited and the default value 1 will be used.
Best regards
Uwe
i would appreciate the possibility to omit or skip default values on function calls.
Example:
Code: Select all
Procedure Test(a, b=1, c=1)
;any code here
EndProcedure
Test(2, ,3)
Best regards
Uwe