連接字符串

出自 ArcoWiki
於 2018年6月4日 (一) 13:35 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“In order to '''Contatenate Strings''' it is necessary to use the command <code>CONCAT()</code>.<br/> <code><span style="color: green; text-decoration: none;">$$…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

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