...
Anzahl Elemente im Array nach der Operation.
Beispiel
Lo_Summe = IntArray(4); Lo_Summe.Add(3); Resultat: intger[5] Lo_Summe = [0,0,0,0,3] |
---|
...
Anzahl Elemente im Array nach der Operation.
Lo_Summe = IntArray(4); Lo_Summe.Add(3); Resultat: intger[5] Lo_Summe = [0,0,0,0,3] |
---|