listLast(string, ' ')
(fewer arguments) :)
----- Original Message -----
From: "Tangorre, Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, July 08, 2004 12:44 PM
Subject: RE: Splitting two word string
> ListGetAt(list,1," ")
> ListGetAt(list,2," ")
>
> Mike
>
>
> > I have a string returned from a db field, such as "my dog"
> > (these strings will be different two word combinations, each
> > word of different lengths - which to me rules out the use of
> > Left() and Right().
> >
> > How would I take "my dog" and break it apart so that I can
> > return two new vars,
> >
> > VARIABLE.firstword =
> > VARIABLE.secondword =
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

