How about not encapsulating the vars in quotes?

For example, you have:

code:
? "The $printer is installed"

or..
code:
Color n/n ? "$DriveLetter $Path"

try this -

code:
? "The "+$printer+" is installed"

or..
code:
Color n/n ? $DriveLetter $Path

HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's