everything in CF is a string!  :)

1) see above. ;)  Really, I don't know how, there is no isString(). 

2) checkout listToArray().  http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_cfm.htm
Its been sometime since I did this, but I recall using listToArray() then looping.  Or you could just use CFLOOP with the list attribute. http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_cfm.htm


HTH!

DK

PostScript: caution, developer under mucho stresso churning out next weeks work and sipping coffee!

On 10/19/06, Leif Wells <[EMAIL PROTECTED]> wrote:
All,

Sorry for the beginner's question (and my absence from this list and the meetings).

I have created a coldfusion file that has form that has a cfselect element. The multiple attribute is set to true.

When processing the form I get what I believe are two UUIDs separated by a comma. A String, I believe.

Question 1: How would test to see if this actually is a String?

Question 2: How do I convert this String to an Array? Or is there a better way to process a cfselect element?

Leif



-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------



--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?
-------------------------------------------------------------
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-------------------------------------------------------------

Reply via email to