Siebel Consumer Goods Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

EndOfLine


Description

Specifies the end of a row and advances to the next line.

Usage

Use to create rows of data in a table. Used with the Cell tag.

Syntax

<TAG:EndOfLine>

Example

<TAG:Cell Startat="0" Endat="50" Name="TOTAL:" Align="RIGHT">
<TAG:Cell Startat="50" Endat="100" Variable="vvv1total" Align="RIGHT">
<TAG:EndOfLine>

Siebel Consumer Goods Handheld Guide