Author Topic: Use tab in 'Write a value to the event log'  (Read 934 times)

netkingcol

  • Newbie
  • *
  • Posts: 28
Use tab in 'Write a value to the event log'
« on: February 23, 2020, 04:07:42 AM »
I want to format some text I'm writing to the log by separating tokens with the tab character. I've tried [TAB] and \t but those strings are reproduced literally in the output. How can I improve the layout in the log using tabs?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: Use tab in 'Write a value to the event log'
« Reply #1 on: February 23, 2020, 06:19:29 AM »
You can copy an actual tab character (as Alt+0009 does not work to insert one directly), and paste it in the textbox:
Code: [Select]

However, the log does not show tab characters on the main window (only in the tooltip/when copying log output to the clipboard), so that may not be of much use to you.