Use selection() for combo boxes and radio buttons. In general, I don’t recommend using valueStr() at all, unless you need an explicit conversion to string. Even when getting values from string edit controls, use text() instead of valueStr().
Use selection() for combo boxes and radio buttons. In general, I don’t recommend using valueStr() at all, unless you need an explicit conversion to string. Even when getting values from string edit controls, use text() instead of valueStr().