Template:LBF digit910Table
From Metabolomics.JP
(Difference between revisions)
| 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. | + | c = string.sub(id,4,6); |
| − | id = string. | + | 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
| 3rd Class |
|---|