how to insert all image name from a query to a comma separeted list?
This is my query field: thumbfile
This is my variable: ListImages...
This code show only 1 image:
<CFSET ListImages=''>
<cfloop query="GetImages">
<CFSET ListImages="../thumbs/#DocFileThumbs# & ','">
</cfloop>
<cfoutput>
#ListImages#
</cfoutput>
Thanx for your time....
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

