Set splitter
Description
Section titled “Description”Defines the array split character.
Syntax
Section titled “Syntax”SetSplitter(Byval Splitter as String) as Boolean
Parameters
Section titled “Parameters”Splitter (String)
Character to be used when the array is returned.
Return value
Section titled “Return value”Boolean. Returns true if the character is set. Otherwise false.
Example
Section titled “Example”VBScript
Dim oCMSDim x
Set oCMS = CreateObject("CapaInstaller.SDK")x=oCMS.SetSplitter (",")