Skip to main content
Inspiring
January 16, 2023
Answered

How to add tabulator space to a text?

  • January 16, 2023
  • 1 reply
  • 446 views

How to use tabulator in text expression?

contents += "here should be a tabulator" + today;

 

This topic has been closed for replies.
Correct answer femkeblanco

If you mean a tab character:  "\t"

1 reply

femkeblanco
femkeblancoCorrect answer
Legend
January 16, 2023

If you mean a tab character:  "\t"