Dave,

There's an article called "Recursion 101" on the Defusion site that may
help you. http://www.defusion.com/articles/index.cfm?ArticleID=63


Chris Montgomery             [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603    Fax 210-490-4692

<snip>
>
>I want to display a sortable list of all users' characters.
>Something like this for each user:
>
>  user1:
>  Parent character  (parentID=0, charID=1, userID=1)
>  - child character (parentID=1, charID=2, userID=1)
>  - child character (parentID=1, charID=3, userID=1)
>
<snip>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to