CreateObject

Overview 

Create the specified API object

Syntax 

CreateObject(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of API object to create

Example 

1<script runat="server">
2     var newObject = Platform.Function.CreateObject("Subscriber");
3</script>