The Add method adds an item to a SimpleList object.
SimpleList.Add(Item)
The following example adds the text string "Hello" to the list myList:
myList
Call myList.Add("Hello")