Commit 5d41fdfd authored by nanahira's avatar nanahira

col

parent 7e4b7159
...@@ -20,7 +20,7 @@ local extra_sp={ ...@@ -20,7 +20,7 @@ local extra_sp={
function Auxiliary.SplitData(inputstr) function Auxiliary.SplitData(inputstr)
local t={} local t={}
for str in string.gmatch(inputstr, "([^|]+)") do for str in string.gmatch(inputstr,"([^|]+)") do
table.insert(t,tonumber(str)) table.insert(t,tonumber(str))
end end
return t return t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment