Hello
can some one please guide me what i am doing wrong here
attach are txt file and a snapshot of half content of txt file
Attachment 95415Attachment 95417
i am using following function to get all text
Function FileText(filename$) As String
Dim handle As Integer
handle = FreeFile
Open filename$ For Input As #handle
FileText = Input$(LOF(handle), handle)
Close #handle
End Function
kindly advice
can some one please guide me what i am doing wrong here
attach are txt file and a snapshot of half content of txt file
Attachment 95415Attachment 95417
i am using following function to get all text
Function FileText(filename$) As String
Dim handle As Integer
handle = FreeFile
Open filename$ For Input As #handle
FileText = Input$(LOF(handle), handle)
Close #handle
End Function
kindly advice