if statements???

Discussion in 'AutoCAD' started by stephen4444, Sep 18, 2003.

  1. stephen4444

    stephen4444 Guest

    (if (and (>= thr2 thr1) (> tim2 tim1)) then etc...)
    the above works for two equations.

    how it will look if its for three equations?
    (if (and (>= thr2 thr1) (> tim2 tim1) (< ts2 ts1)) then etc...)? would this one work right? what's the proper way?

    Thanks
     
    stephen4444, Sep 18, 2003
    #1
  2. stephen4444

    stephen4444 Guest

    never mind, I Got it
     
    stephen4444, Sep 18, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.