Hi everyone ..
I made an application with Databases ... in old wdl
now i am rewriting it in lite-c.
i am using some strings for Names , Adresses and more. On a serch button you can list some names and adresses and on a other button you can edit them.
lets say the String was defined with
STRING* temp_str="#40";
if i push the "add new name" button and clear the String , everything works fine , i can use 40 chars while inkey. but if i just want to edit the string and dont clear it , i just can use only the same string lenght as the string currently has.
Cursor is blinking at the end of the string (thats ok) but it dont adds more characters if i type.
in my old script i was still able to fill it with 40 chars and now i cant. The limit is not 40 anymore but the lenght of the current string.
There are some ways to avoid that problem with adding empty strings but is there not a easier way ?
I am using the newest A7 Pro.
the old code was in A7 as well but in wdl and with an older A7 version.
Thanks for help.