S
Saep
Hi,
I have a problem with Compact Framework VB.Net.
I open a textfile with:
Dim sr As StreamReader
sr = File.OpenText(ParametriApplicativi.PercorsoPCFTP & "\phvrx.txt")
Then I read the line with:
strRiga = sr.Read()
The line in my Text file is 200 Characters. If in this line there is a
character '£', this character is omitted and my line in strRiga is
lenght 199 character!
Why??
I have a problem with Compact Framework VB.Net.
I open a textfile with:
Dim sr As StreamReader
sr = File.OpenText(ParametriApplicativi.PercorsoPCFTP & "\phvrx.txt")
Then I read the line with:
strRiga = sr.Read()
The line in my Text file is 200 Characters. If in this line there is a
character '£', this character is omitted and my line in strRiga is
lenght 199 character!
Why??