list = BrowserNodesA( array )
list = BrowserNodes( label, ... )
struct List *BrowserNodesA( STRPTR * )
struct List *BrowserNodes( STRPTR, ... )
Make a linked list of single column listbrowser nodes from the NULL terminated label array. The labels are not copied, so they must stay valid until the list is free'd.