Purpose/Function
Shortens the data displayed to a certain number of characters for the field specified.
Argument syntax and parameters
TRUNCATE!arg2!arg3
arg2 |
Required |
Internal field name of field to be truncated.
|
arg3 |
Required |
Number of characters to truncate at.
|
Parts of argument delimited by an exclamation mark.
Example:
TRUNCATE!BRIEF_DESC!45
To truncate the Brief Description field in the Object file after 45 characters.