Results 1 to 5 of 5

Thread: Between Operator

  1. #1

    Thread Starter
    Addicted Member Booda's Avatar
    Join Date
    Aug 2001
    Location
    B.C, Canada
    Posts
    237

    Between Operator

    I am trying to see if something is between two values, I thought you could use the between operator in normal VB if statements

    Im doing this and getting an error

    VB Code:
    1. If Pitch  not between First_Pitch_Position - 5 and First_Pitch_Position + 5 then
    2. 'do Whatever
    3. end if

    Am I missing something???

  2. #2
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    I guess that's SQL, if you want you can do a your own function to return True or False.
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  3. #3

    Thread Starter
    Addicted Member Booda's Avatar
    Join Date
    Aug 2001
    Location
    B.C, Canada
    Posts
    237
    mmm too bad!

    Hey McBrain I never got to thank you for the last time you helped me....so

    Thank you ( first time)

    Thank you (this time)

  4. #4
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808
    No problem.... and don't worry, you did thanked me:

    Originally posted by Booda
    Wholly poo poo! It worked!!!
    What I was doing is makeing this automated pdf maker of some sort. The Convert to PDF macro asks me to name the PDF before it saves it. Now all I have to do is find a way to denf the name to the PDF Macro so it will be completly automated

    Thanks a bunch for all the help everyone
    And if anybody has sent a name to a Save as box from your program please let me know
    I was included in the "everyone" (I guess)
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  5. #5

    Thread Starter
    Addicted Member Booda's Avatar
    Join Date
    Aug 2001
    Location
    B.C, Canada
    Posts
    237
    Yeah I you were

Posting Permissions

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



Click Here to Expand Forum to Full Width