Removing Space by Trimming a String

From ArcoWiki
Jump to: navigation, search

In version 3.6 has been implemented the standard DMIS TRIM(str) command.

This command is an Intrinsic Function of DMIS defined as follow:

TRIM(str) signifies a function that returns the string defined by the character expression ‘str’ with all its leading and trailing spaces stripped as a new text string of type CHAR.