Do just what you did and drop the "&". Be sure to end each line that you want to continue with the comma.
 Code:
$Printers = 'Site1 device',
'site 2 UNC',
 :
'site 37 UNC',
'last site unc'              ; no comma here - terminates the $Printers array

Kix is "free-form" and will freely read it's syntax from one line to another.

Since this is going to get complex quickly, you should move in the direction of the INI file, or some external data structure. Of course, since the pair of arrays is working for you, proceed with that and get it all tested.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D