OMFget_obj_name
Synopsis
INTEGER FUNCTION OMFget_obj_name (object_id,
. object_name)
#include <avs/omf.inc>
INTEGER object_id(OIDSIZ)
INTEGER object_nameDescription
For a complete description of this function, see OMget_obj_name .Arguments
object_idobject_nameReturned value
The size of the array, in terms of number of elements.Examples
#include <avs/omf.inc>
INTEGER object_id(OIDSIZ)
INTEGER name
...
IF (OMFget_obj_name(object_id,
. OMFstr_to_name("new_name")) .NE. 1)
. PRINT*,'cannot set object name'See Also