Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21849

Unable to load full content of a txt file

$
0
0
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
Attached Images
 
Attached Files

Viewing all articles
Browse latest Browse all 21849

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>