<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:305147
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to