J
Jon Paal
what is vb equiv. of
++
shown in C# ?
++
shown in C# ?
David's answer is correct, but with the ++ (increment) and -- (decrement)Jon Paal said:what is vb equiv. of
++
shown in C# ?
David said:So when you take it all into consideration, there is no single statement
equivalent to statements containing ++ or --, since VB doesn't allow
assignments within expressions (there is a complex multi-statement equivalent
however). There is only a single statement equivalent for simple "i++" or
"i--" statements.