1

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

2

Re: Empty edit field, defined as integer.

The edit field can only be cleared if you use the string type.