How do I /mqlog special characters?
I am trying to do something like
but I can't figure out the special character syntax.
Tried /t \t /tab \tab {tab} ...
As a workaround I use a special separator like ::: which I can search and Replace All later on with \t in Notepad++
I am trying to do something like
Rich (BB code):
/mqlog ${Me.Name}\tab${Me.Level}
Tried /t \t /tab \tab {tab} ...
As a workaround I use a special separator like ::: which I can search and Replace All later on with \t in Notepad++

