Commit 5d41fdfd authored by nanahira's avatar nanahira

col

parent 7e4b7159
......@@ -20,7 +20,7 @@ local extra_sp={
function Auxiliary.SplitData(inputstr)
local t={}
for str in string.gmatch(inputstr, "([^|]+)") do
for str in string.gmatch(inputstr,"([^|]+)") do
table.insert(t,tonumber(str))
end
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