Volatile:Search
From Metabolomics.JP
(Difference between revisions)
Line 1: | Line 1: | ||
{{#def:RESULT|{{#repeat:SearchTitle|1|{{{1}}}}}}} | {{#def:RESULT|{{#repeat:SearchTitle|1|{{{1}}}}}}} | ||
− | |||
− | |||
{{#lua: | {{#lua: | ||
local L = {}; | local L = {}; | ||
− | local | + | local start = tonumber({{{2}}})*tonumber({{{3}}}); |
− | + | ||
− | + | ||
for word in stdin:gmatch("%S+") do | for word in stdin:gmatch("%S+") do | ||
table.insert(L,word); | table.insert(L,word); |
Revision as of 02:53, 29 June 2008
./lua: /tmp/mw_ex_lua_Wg7kYI:2: bad argument #1 to 'tonumber' (value expected)