restoreTable(name)

Restores a table that has been saved to the SPUPad using the saveTable function.

The saveTable / restoreTable functions encode the table information using native Lua format and thus offer the best performance option for nzLua when using the SPUPad.

Example
t = restoreTable("mytable")