Page 1 of 1

Mp3 Project

PostPosted: October 11th, 2003, 12:57 pm
by Zolan
Hey!
I´m Working on a mp3 project and i am trying to figure out how to loop a mp3list when i check the Repeat all checkbox.

Thanks in edvanse.

PostPosted: October 11th, 2003, 1:58 pm
by Johnny_Bit
you need variable NextSong: Integer

if NextSong=LastSong+1 then NextSong:=1;

simple and stupid. rest you've got to think by yourself

PostPosted: October 11th, 2003, 2:16 pm
by Zolan
Johnny_Bit wrote:you need variable NextSong: Integer

if NextSong=LastSong+1 then NextSong:=1;

simple and stupid. rest you've got to think by yourself



Thanks!!!