E
eric.goforth
Hello,
float.parse(MyString)
seems to work to convert a string to a float, but how do I change it
back?
e.g.
(string) (Myfloat1 - Myfloat2)
doesn't seem to work.
float.parse(MyString)
seems to work to convert a string to a float, but how do I change it
back?
e.g.
(string) (Myfloat1 - Myfloat2)
doesn't seem to work.