I have recently learned about the FORMATMESSAGE (link below) and I have started using it. https://msdn.microsoft.com/en-us/library/ms186788.aspx
I have aware that I have print/select a TAB character (link below) but I would like to learn how to you it inside the FROMATMESSAGE function https://msdn.microsoft.com/en-us/library/ms187323.aspx
I have tried using CHAR(9) and the escape character \t but it looks like it does not like it.
I know there are workarounds and it will not be hard for me to think of an alternative way outside of using FORMATMESSAGE but I was really curious about it.
Many thanks