I suppose the title says it all.<BR><BR>I have a VB6 app that draws data from an Access database (I know, I know...), and I need the VB app to be able to present reports to the user. But I'm clueless ...
In C/C++, we can use the backslash escape sequence to create a string with any embedded ASCII code.<BR><BR>",\x09" is a string with a comma followed by an unprintable character whose ASCII code is ...