-

DELETE_WSTRING

Type Function
Description Deletes a substring from a given string. L characters of the input string at IN are deleted, beginning at character position P.
Notes
  • P cannot be 0. The first position in a string is 1.
  • Do not use the same string as input and output string because the string might shrink in a loop.
Parameters Inputs

IN

L

P

Output

OUT
Error behavior Error behavior
Additional information EN/ENO behavior