Concatenating VB6 Output Lines using Print command
:
Return to List
' Ending Print statements with semicolon to concatenate output lines
For i = 1 to intLines
Print #aFileNum, InTxt;
Next
Note to Webmaster