Click to See Complete Forum and Search --> : How could I print a double-quote in


jimcheng
April 12th, 2001, 06:13 PM
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!

cksiow
April 12th, 2001, 07:15 PM
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