Hello,
Can someone show me how to create a simple data logger.
Here's an example, Using a for loop can I keep track of the loop number in an array?
In the first loop ,first array would have 1, in the second loop,second array would have 1,2. And in the last loop array N, would have 1,2,3...N.
First loop => 1
Second loop => 1 2
Third Loop => 1 2 3
N loop => 1 2 3 4 . . . N.
Thanks