 | | Tip of The Day - Creating an Indented Index |
Load the documentation into the variable $Documentation then use the following code:
set $Last=""; forevery($Document,$Documentation) { set $SmallName=$Document.TOPIC .GetStringAfterLastOccuranceOf("->",$Document.TOPIC); set $Last=$Document.TOPIC; $Document.TOPIC.GetStringIndentSpaceing($Last,"->"," "); subpagelink($Document.TOPIC.Replace("->","/"),$SmallName); <br> }
|
|  |