BDI0_MKISTR
Make an ADI string given an item name
Invocation
CALL BDI0_MKISTR( ID, ITEM, ISTR, STATUS )
Description
Makes an ADI string from a BDI item name. If the name is invalid
then bad status is returned and ISTR is set to the null ADI object.
Arguments
-
ID = INTEGER (given)
ADI identifier of object passed to BDI
-
ITEM = CHARACTER*(*) (given)
The type name to validate
-
ISTR = INTEGER (returned)
ADI string containing validated item name
-
STATUS = INTEGER (given and returned)
The global status.
References