Siebel Service 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

To use this tag, use the following 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 Service Handheld Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.