![]() |
![]() |
![]() |
![]() |
OMFname_to_str
Synopsis
INTEGER FUNCTION OMFname_to_str(object_name,
. object_string)
INTEGER object_name
CHARACTER*(*) object_stringDescription
For a complete description of this function, see OMname_to_str .Arguments
object_nameobject_stringReturned value
The status code (see OMname_to_str ).Examples
#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
![]() |
![]() |
![]() |
![]() |