1

Topic: delete the contents of an Edit element

Good evening Guys,

is it possible to delete the contents of an Edit element "RemoteXY.edit_1" from the Arduino.
eg.
Char clearSP [] = {0x00,0x00,0x00,0x00,0x00,0x00};
...

Strcpy (RemoteXY.edit_1, ClearSP);

And display the result immediately??

2

Re: delete the contents of an Edit element

Current version do not supports this feature

3

Re: delete the contents of an Edit element

Thanks for the reply, then I have to wait