using the greater than equal to statement

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf using the greater than equal to statement

  • Creator
    Topic
  • #48502
    Mason Miller
    Participant

      I am trying to say if PR1.03 is => 9999 then copy C into PR1.02 this is not working doesanybody have any ideas

    Viewing 3 reply threads
    • Author
      Replies
      • #58793
        Bill Bertera
        Participant

          Are you in tcl or the Xlate? If in Xlate you need the = before any constant:

          PR1.03 => =9999

        • #58794
          Mason Miller
          Participant

            I am using xlate and I have =9999

            If PR1.03 => =9999

            Then copy =C to PR1.02

          • #58795
            Michael Lacriola
            Participant

              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.

            • #58796
              Mason Miller
              Participant

                I figured it out.  I needed to use the numeric =< and I was trying to use the gt thanks

            Viewing 3 reply threads
            • The forum ‘Cloverleaf’ is closed to new topics and replies.