|
WINDOW.Run |
|
|
return = WINDOW.Run( hWindow AS HANDLE, strScriptFile AS STRING ) AS INTEGER
Runs a scriptfile in the specified windows context. This can be MainFrame or any of the ChildFrame View windows. The function will return the exit code from either STOP [code] or END [code]
|