CreateObject
Overview
Create the specified API objectSyntax
CreateObject(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Name of API object to create |
Example
<script runat="server">
var newObject = Platform.Function.CreateObject("Subscriber");
</script>