thanks for your replies

the reason that I didnt do it in cf normal was that I was trying to
make a UDF in CF5 and they have to be in cfscript (I think)

It was also siesta time and I had a big meal so I couldnt use that
grey mass that is meant to be my thinking muscle very well

Thanks for the help tho!

MD

On Fri, 27 Aug 2004 15:24:28 -0400, Sam Farmer <[EMAIL PROTECTED]> wrote:
> 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