Difference between revisions of "Implementation of SUBSTR() command"
From ArcoWiki
(Created page with ": this is a standard DMIS 5.2 command able to extract a substring from a string.<br /> The command is:<br /> SUBSTR(str,x var_8) <br /> Where: str: is the string to be...") |
|||
Line 1: | Line 1: | ||
− | + | This is a standard [[DMIS]] 5.2 command able to extract a substring from a string.<br /> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | See [[Reading a Substring from a variable]] for the use of this capability. | |
− | |||
− | |||
− | |||
[[Category:ReadMe3.4.155]] | [[Category:ReadMe3.4.155]] |
Revision as of 20:28, 10 September 2016
This is a standard DMIS 5.2 command able to extract a substring from a string.
See Reading a Substring from a variable for the use of this capability.