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

From ArcoWiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
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]]
 +
[[zh-cn:通过修剪字符串删除空间]]
 +
[[pt:Removendo espaço aparando uma string]]
 +
[[de:Entfernen von Leerzeichen durch Trimmen einer Zeichenfolge]]
 +
[[es:Eliminar espacio recortando una cadena]]
 +
[[en:Removing Space by Trimming a String]]
  
 
[[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.