Hi Everyone
I am beginner and stuck in one problem.
Say:
float a,b; gives me 10 or may be more floating values per second between( ranging 1-1000) while running the program
and i want to convert these values into string so that i would be able to save in text file.
Well i was able to convert it using str() and save it using saveStrings("filename.txt",data);
But, how would i save all those floating values which come 10 per second.
I would be really thankful for answering my question
1