Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Function function ====== ==== Description ==== Similar to the "call @" syntax for subroutines, the Function syntax allows a function to be called whose name is indeterminate at compile time. ==== Syntax ==== //RetVal// = **Function** (//@Name// (//parameter//, ...)) ==== Parameters ==== The Function function has the following parameters. ^Parameter^Description^ |//name//|A variable containing the name of the function to call.| |//parameter//|Any number of parameters can be passed to the function specified by name.\\ || ==== See Also ==== [[call|Call]] guides/programming/programmers_reference_manual/function_function.txt Last modified: 2024/06/19 20:20by 127.0.0.1