VB Code:
'Open the file Open sFilepath For Input As #lFilenum 'Read stuff into Buffer Buffer = Input(LOF(lFilenum), lFilenum) 'Now do whatever you want to do with the files 'bla bla bla 'Close the file Close #lFilenum
|
Results 1 to 4 of 4
Thread: Looping...Threaded View
|
Click Here to Expand Forum to Full Width |