279
Views
1
Comments
Solved
How to insert a tab into text (\t)
Question

Hello wvery one, I woul like to ask you if is there a way to insert into text a tabulator (\t) not only 5 blank spaces, is there a function to do that?


Best regards

Rafael

UserImage.jpg
Peter L
Solution

Hi Rafael,

You can try using Chr(9). 9 is the ASCII horizontal tab.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.