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!