findFunc

Retrieves a pointer to the Func structure of a function with the given name.

func_ptr := findFunc(FuncName)

Parameters

FuncName The name of a user-defined or built-in function.

Remarks

for compatibility with Lexikos' lowlevel functions.