Ldelete()

From TinyMUX
Jump to navigation Jump to search


ldelete(<list>, <pos>[, <delim>])

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"

Related Topics

extract(), insert(), replace()