Re: FN-FORUM: C# Help
date posted 9th February 2008 09:52
On Saturday 09 February 2008 11:43:20 John Wooding wrote:
> Using iif(test, if true then value, else value) is another way around,
> changing the boolean to an int.
You got me worried there, but as far as I can see, MS has *not* started
shovelling Visual Basic "features" into a C-derived language. The
conditional operator is still '?':
http://en.wikipedia.org/wiki/%3F: