|
Hi Graeme, you should be able to do this, the main problem will be the comparison of the variables. YES Yes yes are the same word but depending on how you compare them will give different results. Your code for handling this should be looking something like this: IF(Condition='#select_yourvar'=='the answer') [indent]ACTION to do if right [indent]ELSE [indent][indent]Action to do if wrong
|