I have a text file having the number only. for example ( save as test.txt in my c drive) :
1
3
6
9
now i would like to read this text file and store these values as an array in arduino to use later. for example, if the array name is example, then if i call example[0], i want it to give the value 1.
It seems to advance for me as i dont have any idea about Python and i am very new working with Arduino :(. Lets see what i can do. I will get back to you if i will have any problem.