Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Nelson André
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.
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 Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...