Or maybe
another method...Code:array var word [5] C var byte for c = 0 to 5 if (array[C]>>8) = 0 then gosub Compute next end Compute: 'Do something return
Code:array var word [5] C var byte for c = 0 to 5 if array[C]<=$00FF then gosub Compute next end Compute: 'Do something return
Bookmarks