Synopsis
OMpfi OMname_to_func (
OMobj_name vcode_name );
Description
OMname_to_func queries AVS/Express' internal table that maps functions to function names, and returns the function corresponding to a specified name.
Arguments
vcode_name
The function's name as it appears in a method object's value expression.
Example
/* Return the function corresponding to id "add numbers". */
OMpfi function;
...
function = OMname_to_func(OMstr_to_name"add numbers");
See also