Texteditor line by line
Posted: Tue Jul 07, 2020 1:38 pm
How can I handle the texteditor line by line?
The only actual solution I found is to copy the text into a table where each table item is a texteditor line being split by chr(10).
Once modified I rewrite the entire texteditor text by merging the table lines.
This is not a good solution as I duplicate the data and I have a double handling.
I'm also in difficulties to set the Area Mark because it requires the character count of all previous line characters.
Any hint..
thanks
The only actual solution I found is to copy the text into a table where each table item is a texteditor line being split by chr(10).
Once modified I rewrite the entire texteditor text by merging the table lines.
This is not a good solution as I duplicate the data and I have a double handling.
I'm also in difficulties to set the Area Mark because it requires the character count of all previous line characters.
Any hint..
thanks