change breakpoint limitation formula

Discuss Lemur and share techniques.
Post Reply
drewboles
Newbie
Posts: 20
Joined: 01 Feb 2012 19:03

change breakpoint limitation formula

Post by drewboles »

Hi everyone -
I'm wondering if there is a way to change the formula that dictates how breakpoint behaves when NOT in free form mode. The manual indicates that the formula works like this: (x[2]>=x[1]>=x[0]). However, I'd like to make it so that the formula reads this way: (x[2]>x[1]>x[0]). Is this possible? Thanks!

D
Post Reply