As the title, how could I print a double-quote in VB6?
I try
Print """
but it does not work.
BTW, where could I find some reference about the string manipulation and file input/output in VB6?
Thanks!
Printable View
As the title, how could I print a double-quote in VB6?
I try
Print """
but it does not work.
BTW, where could I find some reference about the string manipulation and file input/output in VB6?
Thanks!
whenever you want to print ", you need to put "" instead of "
thus, it should be
print """"
you can find all those information in MSDN.
cksiow
http://vblib.virtualave.net - share our codes