Topic: Empty edit field, defined as integer.
How do I empty an edit field, defined as integer?
If I put code as below, I get the result "515".
I want it to be empty, not even a zero "0".
RemoteXY.edit_1 = ""; //Result "515"
RemoteXY.edit_1 = 0; //Result "0", but I want the field to be empty