5-168
5.7 Standard Character String Functions
5.7.4 String deletion
DELETE(_E)
Operation Error
No operation error occurs in the execution of the DELETE(_E) function.
Program Example
The program which deletes the specified number of characters from the specified position in the
character string input to , and outputs the remaining character string from .
(a) Function without EN/ENO (DELETE)
[Structured ladder]
[ST]
g_string2:=DELETE(g_string1, g_int1, g_int2);
(b) Function with EN/ENO (DELETE_E)
[Structured ladder]
[ST]
g_bool3 := DELETE_E(g_bool1, g_string1, g_int1, g_int2, g_string2);
s
d