NumericString Type in NCL Programming

The NumericString is a subset of GeneralString which comprises:
12-1
The NumericString is a subset of GeneralString which comprises:
  • 0 to 9 Numeric characters
  • ( ) Space or blank character
  • External Form - Input
    Any string of valid characters, as described.
  • External Form - Output
    Same as input.
  • Local Form and Behavior
    On input data is stored as supplied. Normal string padding and truncation rules apply.