- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
0 Likes
Total Likes