
Create a .txt file in VB5 not a DB
Quote:
>Beginner needs help!! How to create a new .txt in VB5 for data storage thats
>not a database???
open "textfile.txt" for output as #1
print #1, "As much text as you want"
print #1. "on as many lines as you want."
close #1
--
Regards, Peter Hesketh Monmouthshire UK
Twenty reasons why chocolate is better than sex: number 5
"If you bite the nuts too hard the chocolate won't mind."