SOUND command and variable array


Results 1 to 13 of 13

Threaded View

  1. #11
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Wink It works!!!

    Thank you ACETRONICS,

    You gave me the correct syntax.

    Just to make sure, I tried this that works too:
    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
    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.

    Thanks a lot for your help.
    Last edited by flotulopex; - 26th March 2007 at 20:50.
    Roger

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts