Siebel Consumer Goods Handheld Guide > Print Tagging Language > Get and Set Tags >

SetVariable Tag


The SetVariable tag sets a value to a variable.

Usage

Use the SetVariable tag to assign a value to a variable. You can then print the value by specifying the variable in the Cell tag.

Syntax

<TAG:SetVariable name="VALUE" variable="VARIABLE NAME>

Parameter
Description

TAG:SetVariable

(Required) Required tag indicator.

name

(Required) A value.

variable

(Required) Name of variable where the value is stored.

Example

<TAG:SetVariable name="100" variable="TotalQuantity">

Siebel Consumer Goods Handheld Guide Copyright © 2007, Oracle. All rights reserved.