<fileopen> Opens file within the associated application.


Command Tree:   File  \  Open
.
Syntax:   <fileopen>("File", WindowState)
File
Full path to the file to open (e.g., "c:\mydocuments\letter1.doc").
Can be a static text or variable containing text.
WindowState
The state of the window:
0 - Normal
1 - Maximized
2 - Minimized
Can be a number or variable containing numeric value.
.
.
Example:   <#> This command opens file you select.<enter><#><enter><varset>("vFile=_vStrEmpty","")<varchng>("vFile","SF","")<fileopen>("vFile",0)