Difference between revisions of "Removing Space by Trimming a String"

From ArcoWiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
In version 3.6 has been implemented the standard [[DMIS]] <code>TRIM(str)</code> command.<br />
 +
 +
This command is an [[Intrinsic Function]] of DMIS defined as follow:
 +
 +
<code>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.</code>
 +
  
 
[[it:Rimozione dello spazio tagliando una stringa]]
 
[[it:Rimozione dello spazio tagliando una stringa]]
Line 8: Line 14:
  
 
[[Category:Dmis_Tutorial]]
 
[[Category:Dmis_Tutorial]]
 +
[[Category:Help_On_Line]]
 
[[Category:ReadMe3.6]]
 
[[Category:ReadMe3.6]]

Latest revision as of 16:50, 16 November 2018

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.