有一个生成的字符串,想把这个字符串放在if语句中如何实现
如:
dim dd,ff,gg
dd=25
ff=10
gg= "ff>dd"
if gg then
 msgbox "ff>dd"
endif