Write

Overview

Writes the specified string value to the content create

Syntax

Write(1)

Function Properties

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"));
Last Updated: Jun 8, 2021