UPM function coding - passing arguments to a function.
You may notice the following:
This is expected behavior. The parser will check for expected arguments passed to a function, but is not able to check against supplied arguments that are not expected. Note also that there are some built-in functions that can take a variable number of arguments (e.g., append(), printf() ).
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center