Wenn du VisualStudio.Net verwendest schau mal in die Hilfe rein:
Zuweisungsanweisungen :
Operator =
Operator ^=
Operator *=
Operator /=
Operator \=
Operator +=
Operator –=
Operator &=
Arithmetische Operatoren
Operator ^
Operator *
Operator /
Operator \
Mod-Operator
Operator +
Operator -
es scheint also tatsächlich kein inkrement zu geben, du kannst aber a+=1 verwenden (statt a++). Präinkrement gibt's leider überhaubt nicht. In C' gibt's es.
Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|