OMFstr_to_name


Synopsis


       INTEGER FUNCTION OMFstr_to_name(object_string)
       CHARACTER*(*) object_string

Description

For a complete description of this function, see

Arguments

object_string

An object's name, as a character string.

Returned value

An object's name, as an integer value.

Example


#include <avs/omf.inc>
       INTEGER name
       ...
       name = OMFstr_to_name('My string')

See also

Related module:

•      OMFname_to_str