11-12-2022, 04:16 AM
The scrolling works great. I have a programming question regarding the use of GOSUB.
I tried changing this to SUB dsp and then changing the subroutine to SUB and END SUB. Then I realized this created a problem with the redim c$. Now it would have needed to be shared, and then the whole program might have to be very different.
Anyway, would you say using GOSUB is normally a better choice than SUB? I've been staying away from GOTO and GOSUB so I found this interesting.
I tried changing this to SUB dsp and then changing the subroutine to SUB and END SUB. Then I realized this created a problem with the redim c$. Now it would have needed to be shared, and then the whole program might have to be very different.
Anyway, would you say using GOSUB is normally a better choice than SUB? I've been staying away from GOTO and GOSUB so I found this interesting.