Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › using the greater than equal to statement
I am trying to say if PR1.03 is => 9999 then copy C into PR1.02 this is not working doesanybody have any ideas
Are you in tcl or the Xlate? If in Xlate you need the = before any constant:
PR1.03 => =9999
I am using xlate and I have =9999
If PR1.03 => =9999
Then copy =C to PR1.02
I hope you are using the convention PR1.#2 and PR1.#3 for your IFs and COPYs.
You may also want to specify PR1.#2.[0] and PR1.#3.[0] when you are talking specifically about the first component of your field.
Hope this helps.
I figured it out. I needed to use the numeric =< and I was trying to use the gt thanks