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 (",")