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: Karen <keatk@verizon.net>
Date: Thu, 31 Jul 2008 14:57:39 -0500 (CDT)
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
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
>From: Tim Jones <tjmac@tolisgroup.com>
>
>Is Select Case support to ignore case with comparing strings?  

Yes

If you have to parse the comand line into one character arguments you could 
then use Asc with select case.

If not mabe settingthe string encoding to NIl MIGHT get you a case insesitive 
comparison. I have not tried it ... but logically it might as no ecoding could 
(should?) mean RB treats the string as bytes.

- Karen

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