Method Cell()
Syntax
:Cell( xData, [lBR], [lWrite] )
Parameters
|
|
xData |
Data of any Type. If an array is passed, a Two-Dimensional Array is the Maximum. |
|
|
lBR |
Logical indicating whether to append a <BR> (Web newline) to Display elements |
|
|
lWrite |
Logical indicating whether to send results directly to the User's Browser |
Return
If :lWrite, Number of characters written to Browser.
Otherwise, the results is the completed <TD> (Cell) Tag.
Description
The :Cell( ... ) Method will create the appropriate <TD>, </TD> ( Data Column )Tag pairs for the Data passed to the Method.
The Method will convert all data passed to Character Type prior to including it in the <TD> tags.
See Also:
:TableStart(), :Row(), :Data()
![]() |