Explanation
This method fetches the character string from the String object as a national data item.
Syntax
INVOKE anObject "GET-STRING-N" RETURNING stringValue
Parameter and return value
Specifies the String object from which a character string is to be fetched.
Returns the character string fetched from the String object. If the specified data item is shorter than the fetched character string, it is truncated. If the specified data item is longer than the fetched character string, the trailing area is padded with blanks.