Posted By
![](/images/g.gif) Csabo on 2020-11-15 07:22:41
| Re: The Great Plus 4 Music Machine
You don't need to add line 1069.
Looks like the typo was introduced by you actually - it's in line 1050. The scans clearly show that the loop should be from 1 (one) to 9, but your code is from l (lowercase L) to 9. Those two characters, when printed, look very similar. Since that variable is not defined, it has a value of zero, so that's a loop from zero instead of one.
|