hi, I got these problems with dbpro..
1 : when I try to create a random number ( 1-4 ) then add it to a sequence, it always creates the SAME sequence, no matter how many times I dun the .exe.
here is a snippet of code that I`m using:
inc SQ
a=int(rnd(3))+1
array insert at bottom seq(0)
seq(SQ)=a
2 : is it just me, or does the remstart / remend not work ? when compiling my code, it came up with errors in the lines between remstart & remend ?
3 : is it possible to create sounds within darkbasic ? or do you have to load them ? if you have to load them, anybody got and good sites they know of, where I can get free `beep` tones ?