Page 2 of 2

Re: Why does this not work? (radio button group values)

Posted: Wed Mar 05, 2014 4:04 am
by dunbarx
Hmmm.

Make a button. Name it "b33". In msg, execute:

put "ABC" into btn "b33"

Now in msg, execute:

answer btn "b33". You get "ABC".

So, going way back, if you had data in that radio button, and it is hilited, and it is in grp 1, and you execute:

answer button the hilitedButtonName of grp 1, you will get the contents of that button. Try again. (Maybe in msg, ask for the contents of that radio button. See if there is anything in it)

Craig

Re: Why does this not work? (radio button group values)

Posted: Wed Mar 05, 2014 4:24 pm
by martimer
Okay. many thanks.

I am now going to mvd forward and onward/ Lots of small projects to handle.