Library.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 Library.Open( _
FileName As String, _
Optional TreatAsTemporaryFile As Boolean = False, _
Optional Visible As Boolean = False) As Object
|
Type: String
Type: Boolean Default value: False
Type: Boolean Default value: False |
Object |