Does the iif operator work with Wealth-Lab. If so, give me an example. Thanks.
Size:
Color:
There's no such operator in C#, you're confusing it with VB. In C# it's the
conditional operator ?:, usually referred to as "ternary operator".
CODE:
Please log in to see this code.
For the basics of the language, please refer to the FAQ:
How do I start with C# ?
Size:
Color: