Ldelete(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
(New page: Category:Functions {{Function|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...)
 
(No difference)

Latest revision as of 22:55, 25 November 2010


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()