求教大神,为什么弹出的提示框的值是连接而不是加
qtp吧
全部回复
仅看楼主
level 1
gengchul55 楼主
'RunAction "Action2", oneIteration
input1 = 2
input2 = 31
Dim output1
actionOutput = RunAction("Action2", oneIteration, input1, input2, output1)
MsgBox output1
MsgBox actionOutput
Parameter("output1") = (Parameter("input1"))+(Parameter("input2"))
ExitAction("The sum of the input parameter is : " & Parameter("output1"))
2017年09月19日 08点09分 1
level 1
gengchul55 楼主
求解!!!
2017年09月20日 02点09分 3
level 2
把Input的值用Cint(input)转化一下
2017年11月26日 03点11分 4
1