Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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]