Siebel Sales Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

SetVariable


Description

Sets a value to a variable.

Usage

Use SetVariable 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.

VALUE

(Required) A value.

VARIABLE NAME

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

Example

<TAG:SetVariable="100" Variable="TotalQuantity">

Siebel Sales Handheld Guide