George
At 11:39 AM 6/11/2004, Dain Anderson wrote:
>You could use a little RegEx to do that:
>
><CFLOOP LIST="#itemList#" INDEX="i" DELIMITERS=",">
>#REReplace(i, "[^0-9]", "", "ALL")#
></CFLOOP>
>
>-Dain
>
>cf coder wrote:
>
> > Hello everybody,
> >
> > Please can someone show me how to do this. I have a
> > comma separated list.
> >
> > <cfset itemList = item_id1, item_id2, item_id3,
> > item_id11, item_id12, item_id13.
> >
> > I want to loop through this list and get the
> > character(s) after the "item_id" (in this case:
> > 1,2,3,11,12,13)
> >
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

