| 
 | 
Generates an Index from the selected Strings.
We start from the following Strings:
   6 (number of strings)
   "hallo"
   "dag allemaal"
   "hallo"
   "tot morgen"
   "hallo"
   "tot morgen"
This will give us the following Index:
   1 (number of columns) "" (no column name)
   "dag allemaal"
   "hallo"
   "tot morgen"
   6 (number of elements)
   2
   1
   2
   3
   2
   3
© djmw 20050721