Fetch the current data but with 3 steps between.
Posted: Mon Jan 05, 2009 11:41 am
If I have a graph and I only want to fetch the data from it each third steps. what kind of function could do this?
Example..
Graph
1=5
2=3
3=8
4=3
5=2
6=21
7=8
8=6
9=19
This means i want to get the following result
0, 0, 8, 0, 0, 21, 0, 0, 19 (each third step, get value from graph).
Anyone?
Sincerely,
Peter
Example..
Graph
1=5
2=3
3=8
4=3
5=2
6=21
7=8
8=6
9=19
This means i want to get the following result
0, 0, 8, 0, 0, 21, 0, 0, 19 (each third step, get value from graph).
Anyone?
Sincerely,
Peter