문제

I would like to know if there is any way to add 1 to a numeric value as in C++ or C# by using for example

i++

I tried it, but it VB.NET's IDE did not like it.

도움이 되었습니까?

해결책

No, the shortest way to increment a value is i += 1

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top