Home › Forums › HTBasic Forum › Need help with HTBasic code › Reply To: Need help with HTBasic code
March 22, 2021 at 5:37 pm
#5290
Hi,
Advice : Add some PRINT in your code to see the different data values at each step
You will see if data are extracted from array well defined in your code : For example, L=D(I*2-1) and R=D(I*2) are always 0 (?)
or if array dimensions are compatible with your loop …