Read Me - Common Public License V1.0 - Copyright Notice(©)

delWord


>>-delWord(n--+---------+--)-----------------------------------><
              +-,length-+

Deletes a substring from the MutableBuffer the substring that starts at the [n] th word and is of [length] whitespace-delimited words. If you omit [length] , or if [length] is greater than the number of words from [n] to the end of the receiving bufffer, the method deletes the remaining words in the receiving buffer (including the [n] th word). The [length] must be a positive whole number or zero. The [n] must be a positive whole number. If [n] is greater than the number of words in the receiving buffer, the method returns the receiving buffer unchanged. The portion deleted includes any whitespace characters following the final word involved but none of the whitespace characters preceding the first word involved.

Read Me - Common Public License V1.0 - Copyright Notice(©)