MPC2000 Reference Manual [JAPANESE] [ENGLISH]
yCommandz   yStringsz
yUSEz
ADD_STR

ADD_STR "Win" a$
ADD_STR "7"
yFORMATz yFUNCTIONz
ADD_STR Str [Str]

Append the strings
yEXPLANATIONz
ADD_STR merges strings.
The first ADD_STR is decribed as follows.
ADD_STR "Win" a$
This command fills a$ with "Win".
The next step the argument of ADD_STR is the string should be appended.
ADD_STR "7"
The result is a$-> "Win7"
ADD_STR can append null-code as following way.
ADD_STR chr$(0)
The sample program causes transmitting 01,03,00,00,01,01




CNFG# 2 "38400b8pns1NONE"
CH=2
ADD_STR CHR$(1) SEND$
ADD_STR CHR$(3)
ADD_STR CHR$(0)
ADD_STR CHR$(0)
ADD_STR CHR$(1)
ADD_STR CHR$(1)
PRINT# CH STR_LEN|6 SEND$
END
[LASTMODIFY]2010-02-22 18:39:53 [CREATEDATE]2010-01-20 17:17:21
MPC2000 Reference Manual -R5.11-   (C)2007 ACCEL Corp. all right reserved.