Jen
05-27-2003, 11:23 AM
how can i start a new line when i write to a textfile?
Print #ff, "Question " newLine "Answer"
Print #ff, "Question " newLine "Answer"
new lineJen 05-27-2003, 11:23 AM how can i start a new line when i write to a textfile? Print #ff, "Question " newLine "Answer" robot313 05-27-2003, 11:24 AM You can use either vbCrLf, or just another Print # statement. phinds 05-27-2003, 11:25 AM replace newline with & vbCrLf & Jen 05-27-2003, 11:27 AM is there also something that lets me indent the text... like tab or something: Jen 05-27-2003, 11:34 AM oops i guess i just answered that myself: vbTab |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum