Hello everyone:
I am developing a small app using Sqlite as the database. it is only text.
When i am searching some records, i receive '\r\n', carriage return and new line in my screen.
How can i replace them for spaces???
Thank you in advance.
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
Dear Taifun.
Thank you for your answer but this issue was solved.
I was doing things well, but the problem was in the source, the Sqlite database, i made the replacements there twice and then i uploaded the DB into my app, but finally i noticed that the DB has the "read only" in the permissions, so simply changed it and everything works just fine. Thank you again.