OMFset_obj_name
Synopsis
INTEGER FUNCTION OMFset_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 OMset_obj_name.Arguments
object_idobject_nameReturned value
The status code (see OMset_obj_name.).Examples
#include <avs/omf.inc>
INTEGER object_id(OIDSIZ)
INTEGER name
...
IF (OMFset_obj_name(object_id,
. _ OMFstr_to_name("new_name")) .NE. 1)
. PRINT*,'cannot set object name'See Also