Code: Alles auswählen
Var.POINT
Debug Var\x
With Var
Debug \x
\y + 1
If \y
EndIf
EndWith
Code: Alles auswählen
Var.POINT
Debug Var\x
With Var
Debug \x
\y + 1
If \y
EndIf
EndWith
Code: Alles auswählen
Var.POINT
Debug Var\x
With Var
Debug (\x)
\y + 1
If (\y)
EndIf
EndWith