Versions Compared

Key

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

...

Umgewandelte Zahl

Beispiel

...

MyInt = StringToInt(

...

"27");

Resultat:

...

27

MyInt = StringToInt("27.9");

Resultat: 27

MyInt = StringToInt("was27");

Resultat: 0

Siehe auch

---