Click to See Complete Forum and Search --> : How to print a new line in a file in VB6?


jimcheng
April 12th, 2001, 06:07 PM
as the title, how could I print a new line (blank line) in a file using VB6?
I know in c it is "\n".

Print #1, ???

Thanks!
Jim

BMLekki
April 12th, 2001, 07:04 PM
Print #1, " "

Cimperiali
April 13th, 2001, 06:07 AM
it should work also
Print #1,""
and
Print #1
(sorry, cannot test right now)

Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.