![Omron SYSMAC CX-Programmer 9 Operation Manual Download Page 214](http://html1.mh-extra.com/html/omron/sysmac-cx-programmer-9/sysmac-cx-programmer-9_operation-manual_744241214.webp)
188
Function Descriptions
Appendix C
• Arguments and Return Values
• Example
MID: Extract Characters from Middle
• Function
Extracts the specified number of characters starting from the specified position of the specified text
string.
• Application
Return_value
:= MID
(Source_string, Number_of_characters, Position)
;
• Arguments and Return Values
• Example
CONCAT: Concatenate Strings
• Function
Joins the specified text strings.
Up to 31 text strings can be specified.
• Application
Return_value
:= CONCAT
(Source_string_1, Source_string_2, …)
;
• Arguments and Return Values
Variable name
Data type
Description
Source_string
STRING
Specifies the text string from
which to extract characters.
Number_of_characters
INT, UINT
Specifies the number of char-
acters to extract.
Return_value
STRING
Returns the extracted charac-
ters.
Variable name
Data type
Description
Source_string
STRING
Specifies the text string from which to
extract characters.
Number_of_characters
INT, UINT
Specifies the number of characters to
extract.
Position
INT, UINT
Specifies the position from which to start
extracting characters. The first character is
position “1” (e.g., position 1 is “A” in mes-
sage 1 in the following illustration).
Return_value
STRING
Returns the extracted characters.
Variable name
Data type
Description
Source_string_1
STRING
Specifies a text string to be joined.
Source_string_2
STRING
Specifies a text string to be joined.
:
Return_value
STRING
Returns the joined text strings.
A
B
C
D
E
F
G
H
Message
Variables
STRING Message
STRING Result
Result:=RIGHT(Message,3);
→
"FGH" is stored in the
Result
variable.
Message
Variables
STRING Message
STRING Result
Result:=MID(Message,3,2);
→
"BCD" is stored in the
Result
variable.
A
B
C
D
E
F
G
H
Summary of Contents for SYSMAC CX-Programmer 9
Page 2: ......
Page 4: ...iv ...
Page 6: ...vi ...
Page 8: ......
Page 16: ...xvi ...
Page 20: ...xx ...
Page 26: ...xxvi Application Precautions 4 ...
Page 27: ...Part 1 Function Blocks ...
Page 28: ......
Page 154: ...128 Procedures Section 3 2 ...
Page 155: ...Part 2 Structured Text ST ...
Page 156: ......
Page 160: ...134 CX Programmer Specifications Section 4 2 ...
Page 206: ...180 Procedures Section 6 1 ...
Page 208: ...182 System defined external variables supported in function blocks Appendix A ...
Page 230: ...204 Revision History ...
Page 231: ......