ReadLine()
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2015
06:21 AM
12-08-2015
06:21 AM
ReadLine()
Hello,
Why do this method don't take into account the first caracter ?
I have the following line in a txt file :
"testline";"100";"120";
When I try to do :
line:= file.ReadLine
and when I debug the line var, the first char is missing.
any help please ?
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2015
06:24 AM
12-08-2015
06:24 AM
When I put something else than " it work (double-quote)
When I put a " in the first position it ommit it.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2015
09:32 AM
12-08-2015
09:32 AM
Looks like a bug with how we display the variables in the Locals pane. If you print the variable to the log or look at the first character with GetChar(), the double quote shows properly.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015
04:16 AM
12-09-2015
04:16 AM
... and when I add manually a double quote I have then two double-quotes !
ex :
'"' + MyLine
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015
06:18 AM
12-09-2015
06:18 AM
Yup. I noticed that too. I've submitted a bug report about this issue.
