Zum Hauptinhalt gehen

How to use radiobutton group property?

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.