[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: "indexed" COM properties in MysterX?



> > I don't believe I added the ability to use indexed properties in
> > MysterX.  I hadn't encountered them, and no one had asked for them
> > (until now) :-)
> 
> I believe you are wrong here. You just want a macro to chain the com
> calls.
> 
> (display (com-get-chained flds "Item" "Name"))
> => (display (com-get-property (com-get-property flds "Item") "Name"))

That's what the current com-get-property does -- it takes a path of
property names.  It's not a macro, just a loop.

Indexed properties are a different kettle of fish and need to be handled
differently.

-- Paul