Hello, when there are tabs, Ctrlf+F does not find anything.
Example:
If I search for cText___=" it doesn't find "4","5","6" because they are tabulators, not spaces.
Is it possible to save tabulators as spaces?
Thanks
Example:
B4X:
Dim cTest As String
cTest="1"
cTest ="2" ' space
cTest ="3" ' space space
cTest ="4" ' tab
cTest ="5" ' tab tab
cTest ="6"' tab tab tab
If I search for cText___=" it doesn't find "4","5","6" because they are tabulators, not spaces.
Is it possible to save tabulators as spaces?
Thanks