Method SelectEnd()
Syntax
:SelectEnd( [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 </SELECT> Tag.
Description
This Method closes out the <SELECT> Tag.
See Also:
:FormStart(), :Button(), :Checkbox(), :MLE(), :RadioButton(), :SelectStart(), :SelectOption(), :SLE()
![]() |