if int(text1.text)>int(text2.text) then text3.text ="大数是:" & text1.textelse text3.text ="大数是:" & text2.textend if
if a>b then msgbox "a>b"