table.CopyFromTo
Example
Demonstrates the use of this function.
local Test1 = {A = "String keys", B = "Table 1"}
local Test2 = {"Numeric keys", "Table 2"}
table.CopyFromTo( Test2, Test1 )
PrintTable( Test1 )
Output: 1 = Numeric keys
2 = Table 2
Empties the target table, and merges all values from the source table into it.
Demonstrates the use of this function.
2 = Table 2
Render Time: 75ms
DB GetPage | 43 |
Generate Html | 9 |
SaveChanges (1) | 10 |
Render Body | 0 |
Render Sidebar | 11 |