Template:LBF digit910Table

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 27: Line 27:
 
   local c;
 
   local c;
 
   for id stdin:gmatch("%S+") do
 
   for id stdin:gmatch("%S+") do
  c = string.substring(id,4,6);
+
    c = string.substring(id,4,6);
  id = string.substring(id,8,10);
+
    id = string.substring(id,8,10);
  if (L[id] == nil) then L[id] = id;
+
    if (L[id] == nil) then L[id] = id;
 +
    end
 
   end
 
   end
 
   for k,v in pairs(L) do
 
   for k,v in pairs(L) do

Revision as of 09:40, 26 September 2008


./lua: /tmp/mw_ex_lua_HcFPRD:25: '=' or 'in' expected near 'stdin'

Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox