I think I’ve run into this before, but just.. HOW HOW HOW HOW can execution end when i return from a gosub, and not continue to the next line of a .BTM?
Literally, with echo on:
I see the gosub. I see it return from the gosub. And the “echo done 444"...
Read more
Literally, with echo on:
Code:
iff "1" != "%QUICK_LRC_MODE%" then
gosub refresh_current_lyric_provider_metadatas
endiff
echo "done 444"
I see the gosub. I see it return from the gosub. And the “echo done 444"...
Read more






