@rich sequoia
#trying to play the next song on a cli program
3 messages · Page 1 of 1 (latest)
https://gist.github.com/ZechCodes/be94e04b2008073e4f476984e75d9f73 here is the code
and here is the output when i try to play the next song
play
Playing
Songs\29.mp3
next
Playing
Songs\A Thousand Years.mp3
next
Playing
Songs\A Thousand Years.mp3
when i used next for the first time it ran but when i used it again it just played the song on NO# 2 again
i think it is a problem with how i am working with the songNum variable
but i can seem to find a fix