Method TableEnd()
Syntax
:TableEnd( [lBR], [lWrite] )
Parameters
|
|
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 </TABLE> Tag.
Description
This Method completes the :TableStart() Method.
See Also:
![]() |