> > list.split(",") << am I missing something, where did this
> > come from?
> 
> That's a "since MX" thing -- because all basic types in CF are treated
> (at least initially) as Java strings, you can use functions from the
> java.lang.String class [1], which includes a function to "tokenise" a
> string into an array given a certain token (in this case a comma).

Do you know to what extent this new functionality is supported?

I'd hate to start using Java methods directly on CF variables (I assume
that's what you're doing) only to find that in some future version the
code fails to run because of some modification MM make.


-- 
Aidan Whitehall   [EMAIL PROTECTED]
Macromedia ColdFusion Developer
Fairbanks Environmental   +44 (0)1695 51775

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to