5.8 Standard Character String Functions
183
FXCPU Structured Programming Manual
(Application Functions)
1
O
utlin
e
2
Function Li
st
3
Functi
on
Cons
tructi
on
4
Ho
w t
o R
ea
d
Explanati
on of
Func
tions
5
Appl
ie
d
Functions
6
Stan
dard
Functi
on
Blocks
A
Correspondence
be
tw
een Dev
ice
s
an
d A
ddres
ses
Program example
In this program, specified number of characters are extracted from an arbitrary position of a character string
stored in devices specified in
, and the obtained data is output to devices specified in
.
1) Function without EN/ENO(MID)
2) Function with EN/ENO(MID_E)
[Structured ladder]
[ST]
[Structured ladder]
[ST]
s
d
MID
g_string1="ABCDEF12345"
g_int1=5
_IN
_L
g_string2="EF123"
g_int2=5
_P
g_string2:=MID(g_string1,g_int1,g_int2);
MID_E
EN
ENO
g_string2
g_bool1
g_string1
g_int1
_IN
_L
g_bool3
g_int2
_P
g_bool3:=MID_E(g_bool1,g_string1,g_int1,g_int2,g_string2);
Содержание 09R927
Страница 2: ......
Страница 234: ...232 FXCPU Structured Programming Manual Application Functions Revision History MEMO ...