cguygo
10-27-2004, 12:06 PM
Hey guys,
I have a situation with an Ascii character. I open a file and read in the strings one line at a time. Things are fine until it comes across the ascii character 26. When it hits this character my program thinks it is the end of the string and will not print the rest of the string...for that matter it kicks me out of the loop thinking that we are at EOF.
I tried replacing it after i read in the string but as soon as it hits chr$(26) during the input it just stops there...so when i try to replace it it isnt there.
anyone ran into this?...I can give some more details if anyone has an idea of how to fix this.
guy
I have a situation with an Ascii character. I open a file and read in the strings one line at a time. Things are fine until it comes across the ascii character 26. When it hits this character my program thinks it is the end of the string and will not print the rest of the string...for that matter it kicks me out of the loop thinking that we are at EOF.
I tried replacing it after i read in the string but as soon as it hits chr$(26) during the input it just stops there...so when i try to replace it it isnt there.
anyone ran into this?...I can give some more details if anyone has an idea of how to fix this.
guy