mikeL
10-20-2000, 03:44 PM
ok what is the code that would be best used to save a text document?????
new guy to vb, need helpmikeL 10-20-2000, 03:44 PM ok what is the code that would be best used to save a text document????? makai 10-22-2000, 01:15 AM Dim f% f = FreeFile Open "myfile.txt" For Output As f Print #f, Text1.Text Close f |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum