Set splitter

Description

Defines the array split character.


Syntax

SetSplitter(Byval Splitter as String) as Boolean


Parameters

Splitter (String)

Character to be used when the array is returned.

 

Return value

Boolean. Returns true if the character is set. Otherwise false.


Example

VBScript
Dim oCMS 
Dim x 
  
Set oCMS = CreateObject("CapaInstaller.SDK") 
x=oCMS.SetSplitter (",")