Hi,

I want to define something and I need direction on it.

I want to define a comma (,) and the tab escape ('\t'), so I can use them later. Would it be:
Code:
#define TAB \t
#define COMMA ,
probably not, but I can't find it anywhere how to do it.

thanks