Documentation

delete

Syntax: %delete(string,start,n)

return the string with n characters starting at position start removed. The first character of a string has a start position of 1.

Examples:

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


displays: aef

Add comment

Login or register to post comments