Application.Open

This function opens a Statistica document from specified file path. The file can be optionally treated as temporary - it will be deleted on close/shutdown unless the document is explicitly saved.

Syntax Parameters Return Value
Function Application.Open( _
    FileName As String, _
    Optional TreatAsTemporaryFile As Boolean = False, _
    Optional Visible As Boolean = False) As Object
  • FileName [in]

Type: String

  • TreatAsTemporaryFile [in,optional]

Type: Boolean

Default value: False

  • Visible [in,optional]

Type: Boolean

Default value: False

Object