string_list = UGMGRD/string [,IFERR,label:]
Decodes the specified UG/Manager part file name into its constituent elements. The elements are returned as strings in the following order: the part number, the part revision, the part file type, and the part file name. If a particular element is not present in the encoded input string, then the corresponding output in the string list is &nulstr.
NOTE: It is advisable
to declare the argument that is to hold the output string list as an array that
is big enough to hold the largest element which could be up to 32
characters.
Example: STRING / dparts(4,32).
Parameter |
Description |
string |
A string representing an encoded UG/Manager part file name. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |