How input to env. var.?
I usually do something like:
echo "Please give your answer " noline set >NIL: answer ?
The redirection keeps you from seeing the template; the noline on the echo
makes the prompt appear on the same line. The ? tells the set command to
take its input from standard input.
andy