AMPscript
Format
GUID
IsEmailAddress
IsPhoneNumber
Stringify
Write
Validate Your Server-Side JavaScript using WSProxy
Outputs the specified string value.
Write(1)
| Ordinal | Type | Description |
|---|---|---|
1 | String | Required. The string value to output. |
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"));