Android Question Tab & spacing

persianpowerman1

Active Member
Licensed User
Longtime User
Heres whats happening

i will be fetching data from a database and the output text is going to be on a big edittex box
i need to print stuff like this, in 3 columns... whose spacing i want to do with [tab]

B4X:
for i =0 to recordset-1
edittext1.text = edittext1.text & "Column1" & [tab] & "Column2" & [tab] & "Column3" & CRLF
next

example for ENTER key we use CRLF
similarly for TAB key... what may i use?

YO!han
 

CyclopDroid

Well-Known Member
Licensed User
Longtime User
Yes Sir, it's Done! :)
Now I have to see how to set it for all device.
Thanks for you omnipresent help :D
 
Upvote 0
Top