If it's a 2 dimensional array that you want to convert ... use the cfwddx
tag on it .... that turns it into a sting that you can easily convert back
into a 2d array on the next page with only one line of code.

-Russ

> From: <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 9 Nov 2000 18:10:33 -0600
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: RE: array to string...
> 
>> Sorry to go off topic here...
>> How do I either get an array or a list to a simple string value?
>> I want to be able to do a structinsert
>> 
>> StructInsert(APPLICATION.SessionTracker, tempvalue, Now(), true)
>> 
>> where tempvalue is a simple string value
> 
> I may be misunderstanding what you're trying to do, but a CF list IS a
> simple string value; it's just comma (or other character) delimited.
> 
> For Arrays, take a look at the ArrayToList function to convert to a list
> (string value) first.
> 
> 
> Ron Allen Hornbaker
> President/CTO
> Humankind Systems, Inc.
> http://humankindsystems.com
> mailto:[EMAIL PROTECTED]
> 
> 
> 
> ------------------------------------------------------------------------------
> ------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
> message with 'unsubscribe' in the body to [EMAIL PROTECTED]
> 

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to