Format
list.Add(Item1,Item2,...)
Args
One or more items to add to the list.
Appends the specified items to the list. If an argument is itself a list, each item in the list will be added.
list.Add(Item1,Item2,...)
One or more items to add to the list.
Appends the specified items to the list. If an argument is itself a list, each item in the list will be added.