Creates a new string from part of an existing string.
in = 'abcdefghij'
start position = 2
count = 3
out = 'cde'
Input string(s).
Output string(s).
Start position in the source string. The first character is at the position 0.
Number of character copied, beginning at start position..
version 6.0.241021
Edit All Pages