actually I did
$X='qwerty'
and
? '$X_' did not work
but
? '$X.' works, I get qwerty.

it is only the underscore just after a variable
that does not work - strange is it not

Creutz

ps I will try to use concatenation better in the future