Adding spacing

starcraft

Centurion
Joined
Jun 29, 2003
Messages
167
Location
Poway CA
i am using appendtext because i wont to ADD to the file not wright over it but, when i append the text it adds it ok but i would like to have it append the text on the next line. How do i tell it to append the text on the next line instead of just adding it?

And also how do i count the number of lines in a text document? not the number of letters and numbers but the number of lines?
 
for some strange reason it doesn't do anything, maybe its my method of veiwing the file?!!? i dont think i would have anything to do with that but u never now when i have the code
Visual Basic:
SW.Write((TextBox1.Text))
        SW.Write("")
and i click button 2 to veiw the text it shows this
i entered asd the i entered saf so there should be a space between them but... its lacking
 
Back
Top