Home » Community » Newbie corner » Problem in example code (Tried SplitterFrame yet minor problem.)
Re: Problem in example code [message #45882 is a reply to message #45881] |
Tue, 19 January 2016 15:44   |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
Hello Vegaonline
You can load text files in many ways. In Bazaar/Functions4U there are two functions:
- ReadCSVFile(): Simpler to use
- ReadCSVFileByLine(): It can read huge text files
For example:
Vector<Vector <Value> > ReadCSVFile(
const String fileName, // File name
char separator = ',', // Separator between data
bool bycols = true, // Data is in columns, not in rows
bool removeRepeated = true, // Remove repeated rows
char decimalSign = '.', // Decimal sign (it may be ',' instead
bool onlyStrings = false // if false, it tries to use the appropriate number type, if not it consider everything as strings
);
Best regards
IƱaki
|
|
|
Goto Forum:
Current Time: Sun May 04 22:24:53 CEST 2025
Total time taken to generate the page: 0.01214 seconds
|