Opens the Solution represented by the filename.
Syntax
Function Open (FileName As String) As Solution
This syntax has these parts:
Part | Description |
FileName | Required String providing the full pathname. |
Remarks
If a solution is already open, as determined by Get Solution returning non-NULL, then Open fails.