![]() |
![]() |
![]() |
![]() |
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_nameExamples
/* Return the function corresponding to id "add numbers". */
OMpfi function;
...
function = OMname_to_func (OMstr_to_name("add numbers"));See Also
![]() |
![]() |
![]() |
![]() |