M
Mark Rae [MVP]
Hi, what is the best form doing that? any way to do a if on 1 line,
example:
int MyInteger = MyBoolean ? 1 : 0;
However, this very quickly becomes very difficult to read...
What's the problem with more than one line, AAMOI...?