Volatile:Search
From Metabolomics.JP
(Difference between revisions)
Line 15: | Line 15: | ||
end | end | ||
table.sort(L); | table.sort(L); | ||
− | for idx=start, math. | + | for idx=start, math.min(table.getn(L),start+tonumber({{{2}}})) do |
output=output .. L[idx] .. " "; | output=output .. L[idx] .. " "; | ||
end | end |
Revision as of 03:32, 29 June 2008
Search Result
View (previous ) (next ) ./lua: /tmp/mw_ex_lua_qWHCen:2: bad argument #1 to 'tonumber' (value expected)