quote:
Originally posted by _BassReFLeX_
btw... how do i rewrite the same .txt file.. but not OVERWRITE just continue in blank lines ....
dim filenum as integer
filenum= freefile
Open "C:\Text.txt" For Append As filenum
Print filenum, Text1.Text
Close filenum
use append if you want to add to the file and output to rewrite it