Re: fastest way to change case of string
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Wed, 24 May 2006 16:48:45 -0500
"RB Smissaert" <bartsmissaert@xxxxxxxxxxxxxxxx> wrote
I agree it always will be a problem, but it still should handle it
gracefully.
I think your function gives an error and Larry's gets stuck in an endless
loop.
Add one line of code to my routine:
Following: posB = InStr(posA + 1, Text, QUOTE, vbBinaryCompare)
Add: If posB = 0 Then Exit Do
Viola, a graceful ending!
<g>
LFS
.
- Follow-Ups:
- Re: fastest way to change case of string
- From: RB Smissaert
- Re: fastest way to change case of string
- References:
- fastest way to change case of string
- From: RB Smissaert
- Re: fastest way to change case of string
- From: RB Smissaert
- Re: fastest way to change case of string
- From: RB Smissaert
- Re: fastest way to change case of string
- From: Larry Serflaten
- Re: fastest way to change case of string
- From: Rick Rothstein
- Re: fastest way to change case of string
- From: RB Smissaert
- Re: fastest way to change case of string
- From: Larry Serflaten
- Re: fastest way to change case of string
- From: RB Smissaert
- Re: fastest way to change case of string
- From: Rick Rothstein
- Re: fastest way to change case of string
- From: RB Smissaert
- fastest way to change case of string
- Prev by Date: Re: fastest way to change case of string
- Next by Date: Re: how to create a set with combined tables?
- Previous by thread: Re: fastest way to change case of string
- Next by thread: Re: fastest way to change case of string
- Index(es):
Relevant Pages
|