
Example
exmpl.cell_start(column_span: 3);
DATA: <"string" | number | character-variable | numeric-variable>
specifies the data to display.
'string' specifies a text string.
number specifies an integer.
character-
variable
specifies the name of a character variable. The value of the
character variable from the input data set is written to the
output.
numeric-
variable
specifies the name of a numeric variable. The value of the
numeric variable from the input data set is written to the
output.
Requirement
You must enclose string in quotation marks.
Example
obj.cell_start(data: 'Specifies Text.');
FORMAT: <character-variable | 'string'>
specifies the format to ...