Login Page - Create Account

Support Board


Date/Time: Thu, 28 Nov 2024 00:46:44 +0000



Post From: Read & parse CSV

[2023-06-26 09:30:12]
Zorin - Posts: 19
We have updated the documentation in regards to this

With all the utmost respect, both functions you've recommend to use - SCString::ParseLines() and SCString::Tokenize()- are very poorly documented and have no any basic examples - for example, for working with files, basic read.

The single example which I could find was from the study RequestValuesFromServerAndDraw.cpp - practically, no any comments there and it's heavily relying on using pointers (most people who are not familiar with C / C++ concepts would be rather using arrays - simpler to read & understand).

Please update the relevant documentation providing a couple of appropriate (easy enough for "copy-paste") examples so people don't have to re-invent the wheel every time when trying to read & parse something from the file.