Results 1 to 2 of 2

Thread: If This is in between -10 to 10 Then do this

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    879
    If This is in between -10 to 10 Then do this
    How can I implement that!
    Visual Basic 6.0
    Visual C++ 5
    Delphi 5


  2. #2
    Hyperactive Member theman32x's Avatar
    Join Date
    May 2000
    Location
    New Jersey, USA
    Posts
    305
    well i don't know what ur using to store the value but i'll use "num" in the example below:

    num = 8

    if num > -10 and num < 10 then ....

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