|
-
Dec 16th, 1999, 12:18 PM
#2
Lively Member
'Heres a simple code that will import the 'first line.
Dim Line1 As String
Open "c:\project1.txt" For Input As #1
Input #1, Line1
Text1.Text = Line1
'to get more than one line under Input #1, Line1 put Input #1, Line2 and that will get the second one and Input #1, Line3 under that to get the third line and then just adjust ther text1.text to somthing like text1.text = line1 + line 2 + Line 3 and so on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|