Thank you ACETRONICS,
You gave me the correct syntax.
Just to make sure, I tried this that works too:I personally would have appreciate to see this kind of example in the Compiler's manual instead of bothering you... I read it a few times, but without any clear example, it stayed unclear to me.Code:Vsnd var byte [4] Vsnd(0) = 121 Vsnd(1) = 120 Vsnd(2) = 119 Vsnd(3) = 116 FOR A = 0 to 3 SOUND Speaker,[Vsnd(A),10] NEXT A
Thanks a lot for your help.
Bookmarks