OK, well ... I guess I need to change these delims before processing ... to
something not likely to be in the text ... and that's the tough part ...
hopefull "^" will work.

H.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Owens
Internet Operations Coordinator
Ventura County Star / E.W. Scripps Co.
www.venturacountystar.com
[EMAIL PROTECTED]
AIM: GoCatGo1956
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> -----Original Message-----
> From: Barney Boisvert [SMTP:[EMAIL PROTECTED]
> Sent: Wednesday, September 24, 2003 3:57 PM
> To:   CF-Talk
> Subject:      RE: Maybe You'll See Something I Don't
> 
> the delimiter argument to the list functions is not a multicharacter
> string,
> it's a set of delimiter characters.  So listGetAt(myList, 3, ">>") isn't
> looking for the third item using ">>" as the delimiter, it's looking for
> the
> third item using ">" OR ">" as the delimiter.  More clearly,
> listGetAt(myList, 3, ";,") isn't looking for the third item using ";," as
> the delimiter, it's looking for the third item using ";" OR "," as the
> delimiter.
> 
> listGetAt("i,like;cheese", 3, ";,") will return 'cheese'
> 
> barneyb
> 
> > -----Original Message-----
> > From: Owens, Howard [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, September 24, 2003 3:48 PM
> > To: CF-Talk
> > Subject: Maybe You'll See Something I Don't
> >
> >
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138362
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

ColdFusion MX 6.1, now 2.5 times faster. 
http://www.macromedia.com/software/coldfusion/productinfo/upgrade/jump/introducing.html?trackingid=ColdFusion_468x60g_HouseofFusion_carat_082803

Reply via email to