Difference between revisions of "Contatenate Strings"

From ArcoWiki
Jump to: navigation, search
m (5 revisions imported)
(No difference)

Revision as of 17:15, 24 October 2017

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')