Avatar

Level 1

Hi there,

It looks as if you are missing the curly brackets in your if statement.

try:

if (RadioButtonList22.rawValue == true) {

TextBoxExc1.presence = "hidden";

}else{

TextBoxExc1.presence = "visible";

};

cheers