怎样将optiongroup中每项的caption赋给一个变量
咨询一下,假如optiongroup中有4个按钮,我想把每一项中的caption付给一个变量,应该怎么写语句啊,我的optiongroup中的项和项的内容是变的,已经通过程序做好了do case
case thisform.optiongroup1.value=1
zjgcd=thisform.optiongroup1.option1.caption
case thisform.optiongroup1.value=2
zjgcd=thisform.optiongroup1.option2.caption
case thisform.optiongroup1.value=3
zjgcd=thisform.optiongroup1.option3.caption
case thisform.optiongroup1.value=4
zjgcd=thisform.optiongroup1.option4.caption
endcase
这样可以吗,好像不行
[ 本帖最后由 sl亮哥 于 2013-4-26 20:21 编辑 ]