Removing Space by Trimming a String

From ArcoWiki
Revision as of 16:50, 16 November 2018 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.