Shop OBEX P1 Docs P2 Docs Learn Events
if or if or if or if or — Parallax Forums

if or if or if or if or

ArchiverArchiver Posts: 46,084
edited 2002-02-14 03:50 in General Discussion
Hi Guys

Need some quick syntax help

if (OldRightRamp > 330) or (OldRightRamp < 270) foobared 'Out
of range


error: undefined label

the label does exist
Thats what i need the if statement for

going touse branch in meantime

Thank You

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2002-02-14 00:10
    Hi Guys

    Need some quick syntax help

    if (OldRightRamp > 330) or (OldRightRamp < 270) foobared 'Out
    of range


    error: undefined label

    the label does exist
    Thats what i need the if statement for

    going touse branch in meantime

    Thank You
  • ArchiverArchiver Posts: 46,084
    edited 2002-02-14 00:32
    use

    if (OldRightRamp > 330) or (OldRightRamp < 270) THEN foobared 'Out

    Original Message
    From: "cbielek" <cbielek@y...>
    To: <basicstamps@yahoogroups.com>
    Sent: Wednesday, February 13, 2002 6:10 PM
    Subject: [noparse][[/noparse]basicstamps] if or if or if or if or


    > Hi Guys
    >
    > Need some quick syntax help
    >
    > if (OldRightRamp > 330) or (OldRightRamp < 270) foobared 'Out
    > of range
    >
    >
    > error: undefined label
    >
    > the label does exist
    > Thats what i need the if statement for
    >
    > going touse branch in meantime
    >
    > Thank You
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed. Text in the Subject and Body
    of the message will be ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
    >
    >
  • ArchiverArchiver Posts: 46,084
    edited 2002-02-14 03:50
    Thanks Micheal

    I'm sure i tried that, or perhaps i had it all in
    brackets when i added "then", i'll try it again and
    let you know.

    Thank you

    --- Michael Hendricks <mjh80@b...> wrote:
    > use
    >
    > if (OldRightRamp > 330) or (OldRightRamp < 270) THEN
    > foobared 'Out
    >
    >
    Original Message
    > From: "cbielek" <cbielek@y...>
    > To: <basicstamps@yahoogroups.com>
    > Sent: Wednesday, February 13, 2002 6:10 PM
    > Subject: [noparse][[/noparse]basicstamps] if or if or if or if or
    >
    >
    > > Hi Guys
    > >
    > > Need some quick syntax help
    > >
    > > if (OldRightRamp > 330) or (OldRightRamp < 270)
    > foobared 'Out
    > > of range
    > >
    > >
    > > error: undefined label
    > >
    > > the label does exist
    > > Thats what i need the if statement for
    > >
    > > going touse branch in meantime
    > >
    > > Thank You
    > >
    > >
    > > To UNSUBSCRIBE, just send mail to:
    > > basicstamps-unsubscribe@yahoogroups.com
    > > from the same email address that you subscribed.
    > Text in the Subject and Body of the message will be
    > ignored.
    > >
    > >
    > > Your use of Yahoo! Groups is subject to
    > http://docs.yahoo.com/info/terms/
    > >
    > >
    >
    >
    > To UNSUBSCRIBE, just send mail to:
    > basicstamps-unsubscribe@yahoogroups.com
    > from the same email address that you subscribed.
    > Text in the Subject and Body of the message will be
    > ignored.
    >
    >
    > Your use of Yahoo! Groups is subject to
    > http://docs.yahoo.com/info/terms/
    >
    >


    ______________________________________________________________________
    Web-hosting solutions for home and business! http://website.yahoo.ca
Sign In or Register to comment.