Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Christian,
Use aqConvert.StrToFloat. If the system delimiter is comma, any of the variants will work:
Use aqConvert.StrToFloat. If the system delimiter is comma, any of the variants will work:
Log.Message(aqConvert.StrToFloat("123.45"))
Log.Message(aqConvert.StrToFloat("123,45"))