stickck
07-25-2006, 12:43 AM
What I'm trying to do is reduce the number of lines of code from 54 to 5 plus the comment line. Is there a way to concat a variable? I know I put "" around false; that's because I am passing that string to a SQLite database. It's still in the development stage.
-- A for loop that counts from 1 to 10
min = 1; -- The number to start at
max = 54; -- The number to stop at
for count = min, max do
sProg..count = "false"
end
any suggestions?
chris
-- A for loop that counts from 1 to 10
min = 1; -- The number to start at
max = 54; -- The number to stop at
for count = min, max do
sProg..count = "false"
end
any suggestions?
chris