Hi,

I would like to make a menu with printers to select. The number of printers there is dependent of the array (sometimes there are 3 or 4 or 5 printers to choose from).
This works fine, I can make a list, but when I want to choose from that list, the printer I select should also be stored in a variable to use in the command line used to install a printer.

For Each $Item in $Array
at ( 4+$count,2) $Array[$count]
$count=$count+1
Next

This generates the list, but I need for example $var1 and $var2 to be filled in with the value from $item.

Does this make sense and is this possible ?

thanks
_________________________
bram