Documentation

insert

Syntax: %insert(item,string,start)

return the string with item inserted at position start.

Examples:

#SHOW %insert(",",1234,2)


displays 1,234

Add comment

Login or register to post comments