[MWForum]little problem - with message this time
Pavel Boytchev
mwforum@lists.mathcats.com
Thu, 13 May 2004 15:40:08 +0300
On Thu, 13 May 2004 05:30:57 -0700 (PDT), Consuella Jackson
<one_sultrydiva@yahoo.com> wrote:
> I tried that, but I kept getting "answer has no value"
"answer" is a variable that should contain the text of the answer -- yes
or no. You should have loaded a value in this variable before using it.
This means that you must use command that generates the answer (or asks
the user to provide an answer) and stores it in variable "answer".
> IF :answer = "no [ ...one response... ]
> IF :answer = "yes [ ...different response... ]