Write

Outputs the specified string value.

Syntax 

Write(1)

Properties 

OrdinalTypeDescription
1StringRequired. The string value to output.

Usage 

To use this function, pass the string that you want to output as a parameter.

1Write("This is the string to display");

You can also combine this function with the ContentAreaByName() function to display content in your sites and messages.

1Write(ContentAreaByName("myContentArea"));

See Also