Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
_IIF limits two questions
#5
Petr's example as a string I think would be...

Code: (Select All)
Dim result as String
a$ = "Yes"
result = _IIf(a$ = "YES", "a$ is YES", "a$ is not YES" )
Print result

I say think because I haven't downloaded and installed the new version yet.

Someone please correct Steve if I am wrong. Big Grin

Pete
Reply


Messages In This Thread
RE: _IIF limits two questions - by Pete - 3 hours ago
RE: _IIF limits two questions - by bplus - 27 minutes ago



Users browsing this thread: 5 Guest(s)