Hi guys,<BR><BR>This is probably super simple, so I apologize.<BR><BR>I'm trying to write a small COM object in VB that creates a list of dial-up networking connections on the server.<BR><BR>I would ...
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 ...