Function:LDELETE

From BattletechMUX

Jump to: navigation, search
SoftCode Section Navigation


Syntax: ldelete(<list>, <pos>[, <sep>])

This function removes a word from <list> by position. <delim> may be used to specify a delimiter other than a space.

Example:

> say ldelete(This is not a test, 3)
You say "This is a test"
> say ldelete(Yet@Another@Mundane@List, 3, @)
You say "Yet@Another@List"
Image:Eyes-lf.gif See Also: remove(), delete(), extract(), insert(), replace()
clients
development