simViewFileWithArgs
simViewFileWithArgs(t_fileName l_windowSize[t_windowTitle] ) =>winID/nil
Description
Calls the view function with the file name as the first argument and the window size as the second argument. The view function creates a viewFile window where the file text is displayed with the banner as the value supplied through the optional windowTitle argument.
Arguments
|
Specify the list containing the window size and |
|
Value Returned
Examples
simViewFileWithArgs( "/tmp/skill.il" list(680:800 hiGetMaxScreenCoords()) "SKILL
CODE" )
Related Topics
Return to top