Write
Overview
Writes the specified string value to the content createSyntax
Write(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | String value to write |
Examples
In this sample code, the function writes the specified string to the screen:
Write("This is the string to display");
This sample code combines the Write function with the ContentArea function to display content:
Write(ContentAreaByName("myContentArea"));