String Extract

Creates a new string from part of an existing string.

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

Settings

in

Input string(s).

out

Output string(s).

start position

Start position in the source string. The first character is at the position 0.

count

Number of character copied, beginning at start position..

See also

version 6.0.240115

Edit All Pages