CROP() |
![]() ![]() ![]() |
The CROP() function removes redundant mark characters from a string.
Format
CROP(string)
where
The CROP() function removes redundant mark characters from string. These are all mark characters after the final non-mark character, trailing subvalue marks within each value and trailing value marks within each field.
Example
REC = CROP(REC)
This statement removes all redundant mark characters from REC. |