copy

Syntax: %copy(s,i,n)

return a portion of string s, starting at character position I, and returning n characters

Examples:

#SHOW %copy("abcdef",2,3)

displays:

bcd


Contents concat count