vb ternary

The solution for “vb ternary” can be found here. The following code will assist you in solving the problem.

Dim foo = 3
Dim bar = If(foo < 3, "yes", "no") ' "no" Dim baz = If(foo < 4, "yes", "no") ' "yes"

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts