Änderungen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Zeile 25: Zeile 25:  
end
 
end
 
 
 
+
     local n = 1
     i = 1
+
     while n <= table.getn(AuthorList)  
     while i <= table.getn(AuthorList)  
   
     do
 
     do
     ReturnString = ReturnString .. AuthorList[i] .. "<br>"
+
     ReturnString = ReturnString .. AuthorList[n] .. "<br>"
     i = i +1  
+
     n = n +1  
 
     end
 
     end
    ReturnString = ReturnString .. table.getn(AuthorList)
   
      
 
      
 
     return ReturnString
 
     return ReturnString

Navigationsmenü