Hello.
I'm in the early stages of learning VB.
What I am doing is reading lines from a file.
There is much information on the particular line I am having trouble with. I need to use (ascii 183) as a delimiter when splitting the line. The problem is when the line is read in it seems to remove the symbol. When use a break point I can see the contents of the variable and it contains the string from the file sans (ascii 183).
Any suggestions?
vb 2005.
I'm in the early stages of learning VB.
What I am doing is reading lines from a file.
There is much information on the particular line I am having trouble with. I need to use (ascii 183) as a delimiter when splitting the line. The problem is when the line is read in it seems to remove the symbol. When use a break point I can see the contents of the variable and it contains the string from the file sans (ascii 183).
Any suggestions?
vb 2005.