>>-DELWORD(string,n--+---------+--)---------------------------->< +-,length-+
Example 7.38. Builtin function DELWORD
DELWORD("Now is the time",2,2) -> "Now time" DELWORD("Now is the time ",3) -> "Now is " DELWORD("Now is the time",5) -> "Now is the time" DELWORD("Now is the time",3,1) -> "Now is time" DELWORD("Now is the time",2,2) -> "Now time"