edittext singleline = false I get extra chr(10)

jima

Member
Licensed User
Longtime User
I'm using an edittext singleline = false and I get a trailing chr(10) in the data

If I remove this via code, then it reappears for the first edittext AT THE FRONT after I process a second edittext

Does not happen if singleline = true

Ideas on what is going on?

Thanks
 
Top