Template:LBF digit910Table

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 27: Line 27:
 
   local c;
 
   local c;
 
   for id in stdin:gmatch("%S+") do
 
   for id in stdin:gmatch("%S+") do
 +
    if (id ~= nil) then
 
     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 end
 
     if (L[id] == nil) then L[id] = id end
 +
    end
 
   end
 
   end
 
   for k,v in pairs(L) do
 
   for k,v in pairs(L) do

Revision as of 09:46, 26 September 2008



Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox