Änderungen

Zur Navigation springen Zur Suche springen
42 Bytes hinzugefügt ,  01:02, 19. Dez. 2021
keine Bearbeitungszusammenfassung
Zeile 24: Zeile 24:  
i = i + 1
 
i = i + 1
 
end
 
end
local res = {}
+
--transform table around
 +
local Authors = {}
 
for k,_ in pairs(AuthorList) do
 
for k,_ in pairs(AuthorList) do
     res[#res+1] = k
+
     Authors[#Authors+1] = k
 
end
 
end
 
     local n = 1
 
     local n = 1
 
     while n <= table.getn(res)  
 
     while n <= table.getn(res)  
 
     do
 
     do
     ReturnString = ReturnString .. res[n] .. "<br>"
+
     ReturnString = ReturnString .. Authors[n] .. "<br>"
 
     n = n +1  
 
     n = n +1  
 
     end
 
     end

Navigationsmenü