local e =
function e.enumArgs(args, base) local i = 1 local enum = while true do if args[base .. tostring(i)] ~= nil and args[base .. tostring(i)] ~= "" then enum[base][i] = args[base .. tostring(i)] i = i + 1 else break end endend
return e
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Evad37/Enumerate arguments".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.