String Delete

Deletes count characters from string starting from start position.

in             = 'abcdefghij'
start position = 2
count          = 3
out            = 'abfghij'

Settings

in

Input string(s).

out

Output string(s).

start position

Start position in the source string.

count

Number of character deleted, beginning at start position..

See also

version 5.2.221206

Edit All Pages