> 数学 >
VB中的 iif 函数 这样用不对吗?为什么提示错误?
iif(a Mod 7 = 0,s = s + a,s = 1 + 1)
人气:361 ℃ 时间:2020-05-08 02:16:15
解答
Function CheckIt (TestMe As Integer)
CheckIt = IIf(TestMe > 1000, "Large", "Small")
End Function
里面不要写 S=.
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版