Advertisement
alestane

Untitled

Sep 15th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. for row in db:nrows(SELECT * FROM a) do
  2.     table.insert(listData, {title = {label = row.name, top = 0,},})
  3. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement