Please
always use the same variable name, e.g. "g_bp":
radiobutton (6,90) "Trust" name="g_bp"
value="02"
radiobutton (6,127) "Partnership" name="g_bp"
value="04"
radiobutton (6,73) "Company" name="g_bp"
value="01"
radiobutton (6,110) "Individual" name="g_bp"
value="03"
If the variable V[g_bp] has the value "04", for example, the
"Partnership" radiobutton will be ticked.
|