Hey all, i'm wondering how to make sine numbers using global variables.
For Example
the start number is 0 and the ending number is 100, it should act like a cycle, 1,2,3,4,5,6,7,8,9,10,11,12... 100 limit is reached, then 100,99,98,97,96,95,94,93...0. Repeat 1 to 100.
Thanks!