<fileopen> Opens file within the associated application.
Command Tree: | File \ Open | ||||||||
. | |||||||||
Syntax: | <fileopen>("File", WindowState)
|
||||||||
. | |||||||||
. | |||||||||
Example: | <#> This command opens file you select.<enter><#><enter><varset>("vFile=_vStrEmpty","")<varchng>("vFile","SF","")<fileopen>("vFile",0) |