Method Row()
Syntax
:Row( xData, cAlign, lBR, lWrite )
Parameters
|
|
xData |
Data of any Type. If an array is passed, a Single-Dimensional Array is the Maximum. |
|
|
cAlign |
Alignment within the Row Data. Default Left. ( Left | Center | Right ) |
|
|
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 <TR> (Data Row) Tag.
Description
The :Row( ... ) Method will create the appropriate <TR><TD>, </TD></TR> ( Data Row ) Tag pairs for the Data passed to the Method.
The Method will convert all data passed to it, to Character Type prior to including it in the imbedded <TD> tags.
Based on the type of Data passed, it is possible to have multiple <TD></TD> pairs within each Row.
See Also:
:TableStart(), :Cell(), :Data()
![]() |