Template:LBF digit910Table

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

Revision as of 09:47, 26 September 2008



Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox