thanks for all you help#1 new thing im doing now! currently im trying to do a message box that uses another message box depending on the last choice!
$a = "are you feeling ok today?"
$b = "sorry to hear that!"
$c = "im glad!"
MsgBox (4,"test",$a )
MsgBox (0,"test",$b )
MsgBox (0,"test",$c )
thts me so far! what i dont uderstand is 'If' i think its that i need to use! what i need is a way to get b and c as the response to question a! im just not sure what i put in for this! ive looked through if both "else" "than" styles nothing seems to help!