Deep Copy Table
#Firmware/v300
t2 = util.dct(t)
Deep copy a table. Any changes made to t will then be independent of t2, and vice-versa.
t
t2