realbasic-nug
[Top] [All Lists]

Re: Select Case and case-sensitive strings?

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: Select Case and case-sensitive strings?
From: Tim Jones <tjmac@tolisgroup.com>
Date: Thu, 31 Jul 2008 13:09:56 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <A89D21E7-271C-4174-913D-4BE07F9694F1@great-white-software.com>
References: <33EF913F-876B-4E1F-A190-AC27DF8EC258@tolisgroup.com> <A89D21E7-271C-4174-913D-4BE07F9694F1@great-white-software.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On Jul 31, 2008, at 12:49 PM, Norman Palardy wrote:

well .. string comparisons aren't case sensitive unless you use strcomp

Try

  select case true

     case strcomp(...)  = 0

I realized this after I'd made the change to the If - Then construct. Ah well, that's what keeps coding fun, so many creative ways to break^H^H^H^H^Hmake so many things :-).

Tim


_______________________________________________
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>