Petr's example as a string I think would be...
I say think because I haven't downloaded and installed the new version yet.
Someone please correct Steve if I am wrong.
Pete
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.
Pete