| CallXML 2.0 Development Guide | Home | Frameset Home |
| var | Data Type: (variable name) | Default: none - attribute is required |
| The var attribute defines the name of the variable to set to an undefined state. | ||
| 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 label="B1"> <assign var="MyVar" value="Buttafuocco"/> <text> Our starting variable value is $MyVar; </text> <clear var="MyVar"/> </block> <block label="B2"> <text> But now, since we have cleared it, the value is $MyVar; </text> </block> </callxml> |
| ANNOTATIONS: EXISTING POSTS |
| login |