You could also use ListToArray instead of multiple listgetat calls.

<cfset arItems = ArrayNew(1)>

<cfloop list='#myish#' index='myishrow' delimiters='
'>

  <cfset arItems = listToArray(myishrow)>

</cfloop>

----- Original Message -----
From: joe velez <[EMAIL PROTECTED]>
Date: Fri, 27 Aug 2004 14:53:16 -0400
Subject: Re: Looping through lines in a file
To: CF-Talk <[EMAIL PROTECTED]>

i know you said cfscript, but why not cfloop?

<cfset myish='something, url
something else, else
somethingnice, nice '>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to