Synopsis
       INTEGER FUNCTION OMFget_obj_name (object_id, 
      .                                  object_name) 
#include <avs/omf.inc> 
       INTEGER object_id(OIDSIZ) 
       INTEGER object_name
Description
For a complete description of this function, see .
Arguments
object_id
The id of an object, expressed as an integer.
object_name
An new object's name, expressed as an integer.
Returned value
The status code (see ).
Example
#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
Related module: