2
Views
1
Comments
Adding TAB character to file
Question
Hello all,

I'm exporting some information to a text file and I need the fields to be Tab Separated.

How can I write the TAB?

Thanks.
2019-11-12 17-31-26
Justin James
 
MVP
Nelson -

There is a built-in function called Chr() which allows you to output a function of any value, just pass in the ASCII code of TAB (9).

https://www.asciitable.com/

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