| Applying science to business management |
  
Lists
A list is a collection of data items of any type. You can even
mix data types in the same list. For example, a single list can
contain both numbers and text strings as elements. Lists can also
contain other lists as elements.
See Also
Creating Lists
Accessing List Elements
|