CasewareDocs
New in Caseware Cloud Engagements 2026-05See what's new

ListSeparator

Gets the list separator of the system.

Compatibility

Available as of IDEA version 9.0

Syntax

ListSeparator

Example

Dim SimpleCommands As Object 
Dim value As String

Sub Main
Set SimpleCommands = SmartContext.MacroCommands.SimpleCommands
value = SimpleCommands.ListSeparator
'Release object.
Set SimpleCommands = Nothing
End Sub