I tried this, but it still returning the CrLf symbol and not performing the CrLf action.
Code:Dim s As String Dim fn As Integer fn = FreeFile Open strName For Input As #fn Do Until EOF(1) txtContents = Input(LOF(fn), #fn) & s Loop Close #fn
|
Results 1 to 9 of 9
Thread: Import data from text fileThreaded View
|
Click Here to Expand Forum to Full Width |