Avatar

Level 10

if (RObject.rawValue == "30") then

     NField1.rawValue = 30

else

     Field1.rawValue = 0

endif

The = is an eqate one value to another the == is a comparison of one value to another. I think the radio button definition is a string so I put it in quotes ...if it is a numeric then remove the quotes.

Paul