Maybe it is complaining that you have set your array to:
sineval var byte[72]
and then you go from 1 to 72.
You either need to change it to 0 to 71, or change your array size to 73
Maybe it is complaining that you have set your array to:
sineval var byte[72]
and then you go from 1 to 72.
You either need to change it to 0 to 71, or change your array size to 73
Bookmarks