GetBuiltInFunction()
Returns a built-in function as an object, matching the given name, throws an exception when the function does not exist.
GetBuiltInFunction( name=string );
Returns: any
| Argument | Description |
|---|---|
|
name
string,
required
|
edit
name of the build in function, for example "StructKeyExists" |
Examples
edit dump(getBuiltinFunction('isArray'));