Difference between revisions of "Contatenate Strings"
From ArcoWiki
(Created page with "In order to '''Contatenate Strings''' it is necessary to use the command <code>CONCAT/</code>.<br/> <code><span style="color: green; text-decoration: none;">$$ Example of con...") |
(No difference)
|
Revision as of 11:55, 3 August 2016
In order to Contatenate Strings it is necessary to use the command CONCAT/
.
$$ Example of concat Command
DECL/char,256,FILENAME,PART1,NAME
PART1=ASSIGN/'MY_PART'
name=ASSIGN/'MY_NAME'
FILENAME=ASSIGN/CONCAT(PART1,NAME,'.TXT')