Creates a new LIST object. The LIST can be created from a string and/or variable
objects.
|
|
Syntax |
MakeList( separator, items )
|
separator |
Element separator, may be a character or a string of characters. |
items |
Items to populate a new LIST object with. Each item is separated by separator. |
|
|
|
|