BETTERDIALOGS accept some html tags.
for example if i want to insert a carriage return my string is
B4X:
' insert a carriage return and line feed'
msg = "my first Line <BR> my second line"
' insert some spaces from two word'
msg = "my first word my second word after 2 spaces"
Now i want to know if exist a tag that simulates a TAB character in html this is 	 but not work in better dialog
There are multiple ways to add an HTML tab. See them all plus alternatives in this easy-to-follow HTML tab tutorial & learn to avoid whitespace collapse.