プレイ日記
MSWS coolestkid123
Why is this giving me an error a few seconds in (no wait command) of STACK OVERFLOW??? As far as I can tell, SMALL=0 and BIG=100...
1そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
Could you show me whole of @TXT subroutine?
1そうだね
未プレイ
返信[2]
親投稿
MSWS coolestkid123
Sure, even if i comment it out it gives the error.
0そうだね
プレイ済み
返信[3]
親投稿
Hanzo rzsense
Don't use GOTO in a subroutine which is called by GOSUB. When the program calls a subroutine with GOSUB, the pointer will be stacked, and when the program executes RETURN, the stacked pointer will be flushed. A subroutine which is called by GOSUB should be finished by RETURN.
1そうだね
未プレイ
返信[4]
親投稿
MSWS coolestkid123
Thanks!
0そうだね
プレイ済み