#evaluate('Songs#k#.name')#
----------------------------------
William Seiter
ColdFusion Web Developer / Consultant
http://william.seiter.com
Have you ever read a book that changed your life?
Go to: http://www.winninginthemargins.com
Use PassKey: GoldenGrove
You'll be glad you did.
::-----Original Message-----
::From: travis mitchell [mailto:[EMAIL PROTECTED]
::Sent: Monday, May 12, 2008 10:56 PM
::To: CF-Talk
::Subject: defining variables in a new loop from an old loop
::
::<cfdirectory directory="F:\MP3Music" name="Artists" sort="name ASC, size
::DESC" >
::<cfset artistList = valueList(Artists.name)>
::<cfset length=listlen(artistList)>
::<cfloop index="i" from="1" to="#length#">
:: <cfset Artist[i]=Artists.name[i]>
:: </cfloop>
::<cfloop index="j" from="1" to="#length#">
:: <cfdirectory directory="F:\MP3Music\#Artist[j]#" name="Songs#j#"
::sort="name ASC">
::</cfloop>
::<cfloop index="k" from="1" to="#length#">
:: <cfoutput>
:: <h1>#Artists.name[k]#</h1>
:: <br />
:: <cfloop query="Songs#k#">
:: <!-- right here I am needing to call a variable sort of like
::#Songs#k#.name#, but I have not found anything to work !-->
:: </cfloop>
:: </cfoutput>
::</cfloop>
::
::
::
::ANY HELP WOULD BE APPRECIATED!!! you can e-mail me at
::[EMAIL PROTECTED] i will appreciate any help!
::
::
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k
Archive:
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305148
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4