FlipList

Description

Returns a string representing the reverse of the specified list.

Syntax

FlipList(List, Delimiter:String): String 

Example

FlipList(DietCola;Orange Soda;Root Beer;Lemonade,;)

Return value is Lemonade;Root Beer;Orange Soda;Diet Cola.