How would you convert a float to a string with a fixed number after the decimal point? I have tried different things, but none of them works.
converting a float to a string
BlitzMax Forums/BlitzMax Beginners Area/converting a float to a string you would have to write an own parse function that uses string () and left ()
@klepto2, thats exactly what I was looking for, thanks :)