
04-01-2008, 11:01 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
obj.link() can be used to pass huge arrays to functions without copying the array (by default it's copying the variable except it's already a link to an object). Also the called function can modify the original array that way. |
|
|
|