reading a line of text from a txt file without doulble quotes?
-
hi all, i will make my question more clear, i want to read a line of characters from a text file. The problem is i don want to read the ""(double quotes ) which is in the line. line is like this "string","12","23","32"... how to access this values without " and comma... thanks in advance :(
||SnAkeBed||
-
hi all, i will make my question more clear, i want to read a line of characters from a text file. The problem is i don want to read the ""(double quotes ) which is in the line. line is like this "string","12","23","32"... how to access this values without " and comma... thanks in advance :(
||SnAkeBed||
is philiptabraham another account you're behind ?
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
hi all, i will make my question more clear, i want to read a line of characters from a text file. The problem is i don want to read the ""(double quotes ) which is in the line. line is like this "string","12","23","32"... how to access this values without " and comma... thanks in advance :(
||SnAkeBed||
Can you not be bothered to look at the question IMMEDIATELY BEFORE YOURS? Not to mention the answer was posted before your question also... I'd understand if it was paaaages back, but one line? It wouldn't be a class assignment you both had.....? Your's crankily, Iain ps. Youth of today... sheesh... I remember when all this was vt100s...
-
hi all, i will make my question more clear, i want to read a line of characters from a text file. The problem is i don want to read the ""(double quotes ) which is in the line. line is like this "string","12","23","32"... how to access this values without " and comma... thanks in advance :(
||SnAkeBed||
swaroopkb wrote:
, i want to read a line of characters from a text file. The problem is i don want to read the ""(double quotes ) which is in the line.
CString::Replace! and CString::Tokenize
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief
-
hi all, i will make my question more clear, i want to read a line of characters from a text file. The problem is i don want to read the ""(double quotes ) which is in the line. line is like this "string","12","23","32"... how to access this values without " and comma... thanks in advance :(
||SnAkeBed||