> Before I reinvent this particular wheel does anyone feel like sharing their
> code for turning a document list (think of the fully annotated list you get
> from Document List) into a hierarchical list? After all these years I have
> need of such capability.

just in case, are you looking for
ARRAY TO LIST 
<http://livedoc.4d.com/4D-Language-Reference-15/Arrays/ARRAY-TO-LIST.301-2937436.en.html>

ARRAY TEXT($docPath_T;0)
DOCUMENT LIST("yourPath";$docPath_T)
documentList:=New list
ARRAY TO LIST($docPath_T;documentList)


Regards
O r t w i n  Z i l l g e n
---------------------------------------------
<mailto:i...@mettre.de>   <http://dddd.mettre.de/wp/?4713>
<feed://dddd.mettre.de/dddd.xml> <https://twitter.com/Ozett>
member of developer-network <http://www.die4Dwerkstatt.de>

**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to