The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules
The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszulesen!
API Declarations
Keine verdammten api aufrufe nötig!
Rate The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules
(1(1 Vote))
Open c:\list.ini For Input As #1 ' first open file / zuerst wird das file geöffnet
Do Until EOF(1)
Line Input #1, Textzeile
Text1.Text = Text1.Text & vbCrLf & Textzeile 'the words are added into the text box
Loop
Close #1
The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules Comments
No comments yet — be the first to post one!
Post a Comment