String Lists:

A string list is a list of strings seperated by commas (,).

Each string in the list is trimmed of leading and trailing spaces.

Thus to include a string with leading and/or trailing spaces enclose the string in single quotes (').

To include a comma (,) in a string enclose the string in single quotes (').

Each command that utilizes a string list may interperate it differently. For instance a string may be a variable name to one command and just a string to another.

Examples:

v1
v1,v2-v3
The Great Gatsby
The, Great, Gatsby
'Gatsby, The Great',by,'Fitzgerald, F Scott'
a-z,A-Z
' ',a,e,i,o,u
aa-bb, cc-'d ' , 'e '-ff , 'g ' - 'h ' , zz