delete

Syntax: %delete(p,i,n)

return the string s with n characters starting at position I deleted.

Examples:

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

displays:

aef


Contents defined delitem