Monkey Documentation

Class StringList

StringList is a convenience class for handling lists of string values.


Extends:
Constructors:
Methods:
  • Compare : Int ( lhs:String, rhs:String )
  • Join : String ( separator:String="" )
Inherited Methods:

Constructor Documentation

Method New ()

Creates a new empty StringList.


Method Documentation

Method Compare : Int ( lhs:String, rhs:String )

Implements the Compare method, which allows StringLists to be sorted using the Sort method.

Method Join : String ( separator:String="" )

Concatenates the elements of the list together, inserting the specified separator between each element.