Programmer's Guide > Interfaces > Application interface > createStringList method
  
createStringList method
Creates an empty StringList object that is an ordered collection of DOMStrings.
createStringList(size )
Parameters
longsize
The initial size of the array.
Returns
StringList. The StringList object.