Which is faster or more efficient (from an engine performance perspective)?

To retrieve an array from a property?
As in:
command someHandler -- in an objects script
  get the cMyArray from me -- cMyArray is some multi-dimensional array
  ...
end someHandler

OR

To retrieve an array from a script local variable?
As in:
local sMyArray -- script local variable in some objects script

command someHandler -- in an objects script
  get sMyArray
  ...
end someHandler

Anyone know?

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to