CreateObject

概要 

指定した API オブジェクトを作成します。

構文 

CreateObject(1)

関数のプロパティ 

序数説明
1string必須作成する API オブジェクトの名前

例 

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