This shows you the differences between two versions of the page.
— |
listarray [2007/03/02 02:32] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: listarray.txt,v 1.2 2007/03/02 02:32:04 jnelson Exp $ | ||
+ | ======Synopsis:====== | ||
+ | $__listarray__(<array> <separator) | ||
+ | |||
+ | ======Description:====== | ||
+ | This function converts an array into a word list. | ||
+ | |||
+ | This function treats each item in the named array as a word list, and it | ||
+ | collapses those word lists into one big word list, separating each item | ||
+ | with the <separator>. The result is a [[what is a word|uword]] list. | ||
+ | |||
+ | This is basically the same thing that [[unsplit]] does with a | ||
+ | [[what is a word|dword]] list. | ||
+ | |||
+ | ======Returns:====== | ||
+ | All of the items in the <array> collapsed into a uword list, with each | ||
+ | item separated by the <separator> | ||
+ | |||
+ | ======History:====== | ||
+ | |||