[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 twListAsArray( cList, cDelimiter )
 ----------------------------------------------------------------------------
     Create an array from a delimited list.

       Arguments:

     cList      - 'C' List to transform

     cDelimiter - 'C' Delimiter character. Defaults to a  comma

       Return:

     Array with as many elements as are in the delimited list.

       Example:

     twListAsArray( "one/two//four/five" )

         ->  { "one", "two", "", "four", "five" )

See Also: twArrayAsList()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson