[VBScript]
Sub WalkCluster(Cluster, Level)
Print Space(Level * 2) & Cluster.Name
For Each Child in Cluster
WalkCluster Child, Level + 1
Next
End Sub
WalkCluster ISYSResults.Clusters
[Example Output]
Microsoft
Office
Word
Excel
PowerPoint
SharePoint
Windows
XP
Vista
|