Ideas for new features & functions
Moderators: Dorian (MJT support), JRL
-
jpuziano
- Automation Wizard
- Posts: 1085
- Joined: Sat Oct 30, 2004 12:00 am
Post
by jpuziano » Tue Dec 14, 2010 10:52 pm
Hi Marcus,
Help File entry for the If> command wrote:Simple expressions can contain only two parts separated by one of the following operators:
= Equals
> Greater than
Not Equal
Please consider adding the missing two common relational operators:
http://en.wikipedia.org/wiki/Relational_operator wrote:
>= greater than or equal to
{(%k% > 10) OR (%k% = 10)},end,loop
And JRL just PM'd me (thx JRL) to say I can also write this:
IF>{%k%>=10},end,loop
While that is better, what I'd really like to be able to write is just this:
IF>k>=10,end,loop
"Less is More"... so what do you say Marcus? Can Simple Expressions be enhanced? Can we get the addition of these two operators onto the wish list?
Anyone else out there second this request?