View Single Post
05-17-06, 05:07 PM   #1
Aqualyt
A Defias Bandit
Join Date: Apr 2006
Posts: 3
Duplicating a table?

Code:
a = {};
a[key1] = {};
a[key2] = {};

b = {};
How would I make b a duplate of a?
  Reply With Quote