OMFname_to_str


Synopsis


       INTEGER FUNCTION OMFname_to_str(object_name,
      . object_string)
       INTEGER object_name
       CHARACTER*(*) object_string

Description

For a complete description of this function, see .

Arguments

object_name

An object's name, as an integer value.

object_string

An object's name, as a character string.

Returned value

The status code (see ).

Example


#include <avs/omf.inc>
       INTEGER name, status
       CHARACTER*30 name_str
       ...
       name = OMFstr_to_name('My string')
       status = OMFname_to_str(name,name_str)

See also

Related module:

•      OMFstr_to_name