Zeile 35: |
Zeile 35: |
| -- display | | -- display |
| local n = 1 | | local n = 1 |
− | while n <= table.getn(a) | + | while n <= table.getn(AuthorsSorted) |
| do | | do |
− | ReturnString = ReturnString .. Authors[n] .. "<br>" | + | ReturnString = ReturnString .. AuthorsSorted[n] .. "<br>" |
| n = n +1 | | n = n +1 |
| end | | end |