Hi everyone, the below code is able to write and read values, how can I read a particular value in a cell and not all
You are creating a CSV file. Read each number on the line line.
There is no bug in FileIsEnding().
You can't read a specific value in a CSV file (unless it's very strictly formatted with same number of characters on each line), you need to read all up to the value you want.
Alain Verleyen #:
There is no bug in FileIsEnding().
You can't read a specific value in a CSV file (unless it's very strictly formatted with same number of characters on each line), you need to read all up to the value you want.
Hello Alain, thanks for the reply, let's say for instance I want to read number 23 on the second line, how do I go about it??
Jones John:
Hi everyone, the below code is able to write and read values, how can I read a particular value in a cell and not all
Hi everyone, the below code is able to write and read values, how can I read a particular value in a cell and not all
Thanks everyone figured it out I changed the j to the value I needed
for(int j=0;j<values;j++)Print("Value: " + pivot[line2read-1,2-1//changed this j then added -1])
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register