(06-10-2024, 04:13 PM)justsomeguy Wrote: In Line 333 you might adjust the 'LOCATE 25,28' -> 'LOCATE 25,33' because PMAX is overwritten by the following line.gotcha
Code: (Select All)LOCATE 25, 1: PRINT "PEAK CYLINDER PRESS., bar="; USING "###.#"; PMAX
LOCATE 25, 33: PRINT "and TEMP., K="; USING "####."; TKMAX
LOCATE 25, 44: PRINT "at deg. ATDC="; USING "##.#"; MAXDEG
![[Image: thumbsup.png]](https://qb64phoenix.com/forum/images/icons/thumbsup.png)