View Single Post
  #11  
Old 04-01-2008, 11:01 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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.
Reply With Quote