I've been looking at the readme file that comes with 2.3, specifically the new features and abilities to use and manipulate arrays.

Can someone elaborate on these statements?

(1) You can get and set an array including all of the important properties set on an object with the "properties" property.

How do you do this? When I ask for the "properties" of the stack, I get empty. Am I interpreting this correctly?

(2) You can also now pass a variable name where a standard or custom property name would normally go in an expression.

Does this mean that you could say something like:

local propName
local propVal
put "myCustomProp" into propName
put the propName of myObject into propVal

rather than using the "do" command, as in

do "put the"&&propName&&"of my Object into propVal"

???

TIA
Leston Drake
LetterPress Software, Inc.
http://www.lpsoftware.com

Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.



Reply via email to