| CallXML 2.0 Development Guide | Home | Frameset Home |
| var | Data Type: (variable name) | Default: none - attribute is required |
| Variable name to use when assigning a value. Not specifying this attribute will result in a fatal error. | ||
| onerror type="document" | Document was unable to be fetched for all the reasons web servers are unavailable |
| <?xml version="1.0" encoding="UTF-8"?>
<callxml version="2.0"> <block> <assign var="MyVar" value="Penn"/> <text> our variables value is $MyVar; </text> </block> <block> <assign var="MyVar" value="Teller"/> <text> but now that we have changed it, our variables value is $MyVar; </text> </block> </callxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |