Property element value is just a string and not a expression

Hi,

Property element value attribute is just a string and not a variable which can be evaluated.

Example:
<var name="path1" expr="'D:\abcd.html'"/>
<property name="path" value="path1"/>

Here the value of the property path would be path1 only as it is a string and not  D:\abcd.html.
The property values are stored in the internal data structure which can be queried in between by the application.
But in some cases application using the vxml script can try to get the user defined property values which can be changed in the runtime between execution of script.
Is there any way for the application to get a variable value which can be changed in between scripts.

Regrads,
Ankur Rungta.

Received on Thursday, 26 April 2012 13:18:03 UTC