Len - Omron SCARA YRCX Series Programming Manual

Robot controller
Hide thumbs Also See for SCARA YRCX Series:
Table of Contents
53

LEN

Acquires a character string length
Format
LEN(character string expression)
Explanation
SAMPLE
A$="OMRON"
B$="OMRON MOTOR"
C$="OMRON CO., LTD."
PRINT LEN(A$) ··················· Indicates "6".
PRINT LEN(B$) ··················· Indicates "12".
PRINT LEN(C$) ··················· Indicates "16".
Returns the character string length of the as a number
of bytes.
8
A
B
C
D
E
F
G
H
I
J
K
L
M

LEN

8-83
Table of Contents
loading

Table of Contents