Scott,

> I searched and can't find anything to do this, but just wanted to
> make sure it doesn't exist.
> 
> I have a property /instruments/b/index let's say it has a int value
> of 1 In my animation XML file I need to access an array, with the above
> property being used as the index.
> 
> something like;
> <text>
>   <property>/instruments/b/a[ {/instruments/b/index}
>   ]/value</property>
> 
> 
> Is there anything in PropertyList text processing that allows me to
> reference another property inside referencing a property like the
> above?

The property path syntax only allow digits between square brackets.
You have to write a Nasal script that resolve the index first and
format a correct property path.

Regards,
-Fred

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to