realbasic-nug
[Top] [All Lists]

Re: Is this a bug?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Is this a bug?
From: Roger Meier <rb at the-meiers dot org>
Date: Fri, 31 Aug 2007 20:18:03 -0700
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: AcfsRrTj80N2EVg5EdyHYgAKlZWdzA==
Thread-topic: Is this a bug?
>    case 301 or 302 or 303 or 307

> When httpstatus is 302, this syntax skips right over it. Is this a
> bug with the select structure, or with my logic.

The problem is the syntax. Try

    case 301, 302, 303, 307

instead.

Roger


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>