Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3

Thread: More or Less

  1. #1
    Join Date
    Sep 2007
    Posts
    63

    Smile More or Less

    Can someone please help me how do you do more or less in if condition for Autoplay? I can't figure out. Example below:

    if i want more than .002 and less than .003, so in between .002111 &.00299999.

    if dk1 > .002 and < .003 then

    yhb

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    Try -

    if (dk1 > .002) and (dk1 < .003) then

  3. #3
    Join Date
    Sep 2007
    Posts
    63

    Smile

    thanks much....works like a champ..



    yhb

Posting Permissions

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