Cadenas de concatenados

De ArcoWiki
Revisión del 13:36 4 jun 2018 de Slia (discusión | contribuciones) (Página creada con «In order to '''Contatenate Strings''' it is necessary to use the command <code>CONCAT()</code>.<br/> <code><span style="color: green; text-decoration: none;">$$ Exampl...»)
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar

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