Skip to main content

How to use radiobutton group property?

Comments

1 comment

  • Permanently deleted user
    i did not find anything to this. so i was going to use if statement for the radio buttons.  then i saw a  post from Berend Veldkamp to do it like this:

     

    If(radioBoolean1, "1",

     

    If(radioBoolean2, "2",

     

    If(radioBoolean3, "3",

     

    If(radioBoolean4, "4",

     

    If(radioBoolean5, "5", "0")))))

     

    this is better than a nested if statements.  
    0

Please sign in to leave a comment.