Rest()

From TinyMUX

Rest()

FUNCTION: rest(<string>[, <delimeter>])


Description

Rest() takes a string and returns the contents of the string, removing the first element.


Examples

think rest(1 2 3 4 5)

2 3 4 5

-or-

think rest(1!2!3!4!5,!)

2!3!4!5

-or-

think rest(Testing the Rest() function!)

the Rest() function!


You may not use a comma (,) as your delimeter; it confuses the command.