标题: 变量总是为空?! [打印本页] 作者: leejeff@26 时间: 2011-6-14 13:56 标题: 变量总是为空?! function login(usn,psw)
With Dialog("text:=Login")
.WinEdit("attached text:=Agent Name:").Set usn
.WinEdit("attached text:=Password:").Set psw
.WinButton("text:=OK").Click
End With
End function