Versions Compared

Key

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

...

MySize = GetSize("text");

Resultat: 4

MyMatrix = FloatMatrix(5,2);
MySize = GetSize(MyMatrix); -> Anzahl Zeilen und Spalten

Resultat: [5,2] (5 Zeilen, 2 Spalten)

MySize = GetSize(MyMatrix.ID); -> Anzahl Zeilen in der Spalte ID

...