Search found 2 matches
- Tue Jun 18, 2013 1:55 pm
- Forum: Technical / Scripting
- Topic: CSVFileToArray + separator
- Replies: 3
- Views: 4525
Thanks for your quick reply. I have tried readline and separate alternativ in another script. The file I am reading is 25000 lines. When debuging it taks about 4 sek to execute each line in the script. I gues it took so llong time because all the array variables has to be "updated" for each executed...
- Tue Jun 18, 2013 10:53 am
- Forum: Technical / Scripting
- Topic: CSVFileToArray + separator
- Replies: 3
- Views: 4525
CSVFileToArray + separator
Hi I live in a strange part of the World where we use . (dot) as decimal separator and , (comma) as thousand separator and ; (semicolon) as field separator. I have some lists, created in Excel which are quite big that I want to read with CSVFileToArray. The fields in a line are separated by ; (semic...