Announcement

Collapse
No announcement yet.

equivalent of an "or" statement

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • equivalent of an "or" statement

    Is there a javascript expression the equivalent of an "or "statement so that i can place a condition
    if a>20 or a< -20 into an efs
    Thanks for your guys help as always
    Yoda

  • #2
    Re: Reply to post 'equivalent of an &quot;or&quot; statement'

    Yoda
    OR is the "pipe" key |
    example
    IF (a>20 || a< -20 )
    Alex

    Comment


    • #3
      Thanks Alexis,
      Ok i feel stupid here
      Where can i find this pipe key on my keyboard?
      Yoda

      Comment


      • #4
        Re: Reply to post 'equivalent of an &quot;or&quot; statement'

        yoda
        In most keyboards it is above the <Enter> key and is the <shift>\
        It looks like two vertical lines slightly separated from each other (see enlarged view below)
        |
        |
        Alex
        Last edited by ACM; 03-11-2003, 06:06 PM.

        Comment

        Working...
        X