I have a CSV file which I want to feed into an array in Blitz. I need to be able to detect carrige return since that would mark the next line of data.
I have exported information from a database and need to read each line as a new line of data. I have 200 lines each with 10 values, I could just us a 200 by 10 array but this amount of data and lines will change so I need it to be dynamic. As in it will need to read the amount of commas until the end of line then that will tell me the amount of data each line will have.
TIA
I have exported information from a database and need to read each line as a new line of data. I have 200 lines each with 10 values, I could just us a 200 by 10 array but this amount of data and lines will change so I need it to be dynamic. As in it will need to read the amount of commas until the end of line then that will tell me the amount of data each line will have.
TIA