wdmtheman25
New Member
- Joined
- Feb 5, 2015
- Messages
- 7
Hi All,
I am having issue when doing a Line Input from a text file that has special characters in it.
For example, the μ in the text below changes to μ
Here is a snippet of my code:
Do Until EOF(FF)
Line Input #1 , TextLine
TextFileArray(c) = TextLine
c = c + 1
Loop
Does anyone know how to fix this? Any help is greatly appreciated.
Thank,
Wes
I am having issue when doing a Line Input from a text file that has special characters in it.
For example, the μ in the text below changes to μ
Here is a snippet of my code:
Do Until EOF(FF)
Line Input #1 , TextLine
TextFileArray(c) = TextLine
c = c + 1
Loop
Does anyone know how to fix this? Any help is greatly appreciated.
Thank,
Wes