9 - 98
CHAPTER9 DEVICES
9
9.12 Constants
9.12.4 Character string (" ")
9.12.4Character string (" ") Note16
(1) Definition
The character string is a device used to specify a character string in sequence program.
Characters enclosed in quotation marks (example: "ABCD1234") are specified.
(2) Available characters
The shift JIS code can be used for character strings.
The CPU module distinguishes between upper and lower case characters.
(3) Number of specified characters
A string from the specified character to the NUL code (00H) is one unit.
Note that, however, up to 32 characters can be specified for an instruction using a character string, such as
$MOV.
Note16
Note9.16
The Basic model QCPU can use character strings for only the $MOV, STR, DSTR, VAL, DVAL, ESTR and EVAL
instructions.
Basic