Convert a numeric field to text. If the field is already text, nothing is done.
Convert a numeric field to text. If the field is already text, nothing is done.
'I20' fmt LOANID
'I3' fmt 235
'F7.3' fmt 7.23589
'CI12' fmt 2351252
CF16.2' fmt 18523315.79
FormatStr fmt NumField
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
FormatStr | Text | Constant | Integer: 'qIw' or Floating: 'qFw.d'; Text String | No |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
NumField | Numeric, Text, Date, Boolean | Field, Constant | Data to format; Numeric Field | No |
Type: Text
Formatted text data.