M micro Well-Known Member Licensed User Longtime User Apr 8, 2011 #1 why the tab character is not displayed correctly in a cell of a table while in a textbox is all ok? how can I fix it? Thanks
why the tab character is not displayed correctly in a cell of a table while in a textbox is all ok? how can I fix it? Thanks
Erel B4X founder Staff member Licensed User Longtime User Apr 11, 2011 #2 How are you loading the text? From a CSV file?
Erel B4X founder Staff member Licensed User Longtime User Apr 11, 2011 #4 Sorry I misread your first post. The Tab character is not supported by the native table control. You can use SQLite REPLACE keyword to automatically replace the tab characters with space. SQLite Query Language: Core Functions
Sorry I misread your first post. The Tab character is not supported by the native table control. You can use SQLite REPLACE keyword to automatically replace the tab characters with space. SQLite Query Language: Core Functions