O4WText routine
Description
Displays the specified text at the current location on the browser page.
Syntax
O4WText(text, id, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
text | The text to be displayed. Multiple lines of text can be displayed (each @VM delimited value is a new line of text). | |
id | If specified, this text can be addressed through style sheets individually. | |
style | If specified, the style is applied to the text that is generated. Note that <style> may be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. If the <style> parameter includes the O4WHtmlOptions option to return HTML, then O4WText will return the generated HTML rather than display it on the current form. |