( |
|
|
|||
Sends the contents of the specified area to web user. |
Parameters: | |
The area which will have it's contents sent to the web user. | |
global procedure WebMain() begin area a; AddTextToArea("<b>Hello World!</b>",a); WebOutArea(a); return; end;
Related topics: |