Hello people,
I know that it's a noob question, but I began to use Construct yesterday, and I don't know much about it.
I'm doing a software to my dad that generates a radar code to his GPS. I thinked it would be simple to do, but I'm having many difficulties.
Well, first, I have an Edit Box. In this editbox, user must enter latitude (e.g.: S3.34022). So, I would like that when user clicks on the button, a Text would be defined to -3.34022 (remove the "S", add a "-" and so write the number). I tried many things, but nothing works.
If I use float(EDITBOX.Text), doesn't work too. Because when I write "S" on Editbox, the program ignores all numbers after it.
Am I doing something wrong?
Thanks.