fungus

Open full view…

Convert string to float?

cochleateam
Tue, 08 Jan 2019 19:44:19 GMT

How convert string to float?

wolfrug
Tue, 08 Jan 2019 20:08:25 GMT

You'd have to do that in a custom command, where it's relatively straightforward (through basic C# commands).

Steve Halliwell
Tue, 08 Jan 2019 22:51:33 GMT

Can you tell us a bit more about what you are trying to achieve? May help in recommending existing solutions and/or creating a new command.

cochleateam
Wed, 09 Jan 2019 00:43:55 GMT

I get a GPS location in 2 string (Latitude and Longitude) that I want to compare to an existing position. If longitude is greater than or equal to value, then I will display a button. I also want to be able to clamp the value of latitude and longitude.