
 |
 |
WebGroove is no longer supported. These docs are reference only. |
|

|

Store Tag
Stores a chunk of code into an Agent variable. The value is stored verbatim, with no variable references being expanded.
This is particularly handy for use with the groove tag.
 Examples
<store {user:name}={admin:name}>

<store {user:info}>
Name: {user:name}
Age: {user:age}
Address: {user:address}
</store>
 Syntax
This tag can be either a single tag with one or more variable assignments inline, or a tag pair with just the variable name specified in the opening tag, followed by the value and the closing tag.
 Notes
If a particular value contains white space, surround it with double quotes or use the block version of the tag
 See Also
 Clear Tag
 If Tag
 Set Tag
 Validate Tag
 Up To
 Agent Tags
 Complete Tag Reference
 WebGroove® is a registered trademark of Creativision Publishing Corporation
|
 |
|

|