Results 1 to 4 of 4

Thread: question...noobie question for professionals..

Threaded View

  1. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    VB Code:
    1. Dim text As String
    2.  
    3. Private Sub Command1_Click()
    4. Open App.Path & "\filespec.txt" For Input As #1
    5. Do Until EOF(1)
    6. Input #1, text
    7. Text1.text = Text1.text & text
    8. Loop
    9. Close #1
    10. End Sub
    Last edited by Nightwalker83; Dec 23rd, 2002 at 11:15 PM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width