[求助]如何获取Editbox中的值
出现问题:1。首先有两个EditBox,在第一个EditBox中输入一个数值,通过程序计算之后在第二个EditBox中将结果显示出来。现在我如何通过Robot将第二个EditBox中的值取出,保存到一个变量中。
谢谢~~~ dim varStr as string
dim iResult as integer
iResult = SqaGetProperty("对象",“属性”,varStr)
if iResult=0 then
sqalogmessage sqapass,"ok","通过"
else
sqalogmessage sqapass,"sorry","不通过"
end if SqaGetProperty("editbox","text",str)
str就是text的值
页:
[1]