More or Less

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • yhb
    Forum Member
    • Sep 2007
    • 74

    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
  • longedge
    Indigo Rose Customer
    • Aug 2003
    • 2498

    #2
    Try -

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

    Comment

    • yhb
      Forum Member
      • Sep 2007
      • 74

      #3
      thanks much....works like a champ..



      yhb

      Comment

      Working...
      X