Mikaa
Posts: 9
|
| Posted: 03/20/2006, 9:28 AM |
|
Hi,
I want to export a query to a file with this format:
----------------------------------------------------------------------------------
["list"] = {
[ID] = {
["A"] = "-",
["B"] = "Value from B",
["eB"] = "Value from B in CAPITAL",
["C"] = "Value from C",
["D"] = false,
["E"] = "Value from E",
["F"] = "Value from F",
["G"] = false,
},
[ID] = {
["A"] = "-",
["B"] = "Value from B",
["eB"] = "Value from B in CAPITAL",
["C"] = "Value from C",
["D"] = false,
["E"] = "Value from E",
["F"] = "Value from F",
["G"] = false,
},
[ID] = {
["A"] = "-",
["B"] = "Value from B",
["eB"] = "Value from B in CAPITAL",
["C"] = "Value from C",
["D"] = false,
["E"] = "Value from E",
["F"] = "Value from F",
["G"] = false,
},
["Endlist"]
----------------------------------------------------------------------------------
How can i save a query to any file and how to make a default template for this?
Thanks.
regards,
Mikaa
|
 |
 |
|