主题:问题9
我按照书上想做一个计算器,在CommmandGroup1的Click事件代码中写:
if thisform.tag= "T "
thisform.text1.value=allt(right(str(this.value),1))
thisform.tag= " "
else
x=thisform.text1.value
thisform.text1.value=x+allt(right(str(this.value),1))
endif
请问thisform.tag= "t "是什么意思?能否帮我解释一下这段代码
if thisform.tag= "T "
thisform.text1.value=allt(right(str(this.value),1))
thisform.tag= " "
else
x=thisform.text1.value
thisform.text1.value=x+allt(right(str(this.value),1))
endif
请问thisform.tag= "t "是什么意思?能否帮我解释一下这段代码