26.907
Bearbeitungen
(tableConcatNil() + nil Handling) |
(tableConcatNil() auch leere Elemente) |
||
| Zeile 154: | Zeile 154: | ||
-- alle Indizes durchiterieren | -- alle Indizes durchiterieren | ||
for i = 1, i_max do | for i = 1, i_max do | ||
if | if t[i] ~= nil then | ||
if s ~= "" then | if s ~= "" then | ||
s = s .. (sep or " ") | s = s .. (sep or " ") | ||