TOC PREV NEXT INDEX

OMname_to_func

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.

Examples


/* Return the function corresponding to id "add numbers". */
OMpfi function;
...
function = OMname_to_func (OMstr_to_name("add numbers"));

See Also

OMname_to_func
OMfunc_to_name
OMadd_named_funcs

TOC PREV NEXT INDEX