Versions Compared

Key

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

...

Umgewandelte Zahl

Beispiel

...

MyFloat = StringToFloat(

...

"27.9");

Resultat:

...

27.9

MyFloat = StringToFloat("27.9woher");

Resultat: 27.9

MyFloat = StringToFloat("was27.9");

Resultat: 0

Siehe auch

---