| 9 January 2002 |
JoinRev() |
| Author | ScriptLogic Corporation |
| Action | Combine the elements from an array (in reverse order) into a single, concatenated string. |
| Syntax | JoinRev (Array, Delimiter, Count) |
| Parameters | Array (Required / Array) The array containing the elements to combine. Delimiter (Optional / String) String character(s) to insert between the elements of the array when combining them into the return string. Count (Optional / Numeric) Maximum element of the array to concatenate to the string. If not specified, all elements of the array will be combined into the return string. |
| Remarks | Compliments the Join() UDF. |
| Returns | Returns a single string built by concatenating the elements of the array, in reverse order. |
| Dependencies | None. |
| Examples | |
| Source | |