---+ .ENV GET SCREEN SIZE _This subroutine returns the size of the Appx screen in rows and columns._ <br />%TOC% ---++ Usage: <pre> PASS <rows> FIELD SHARE? Y PASS <cols> FIELD SHARE? Y GOSUB --- .ENV GET SCREEN SIZE * Check for errors IF --- .ENV GET SCREEN SIZE NE </pre> ---++ Description: This subroutine returns the size of the Appx screen in rows and columns. All parameters are required, if any are missing the subroutine will CANCEL. <rows> returns current setting for the numbers of rows, (Required). This must be PASSed with Share "Y" to return the value. <cols> returns the current setting for the number of columns (Required). This must be PASSed with Share "Y" to return the value. Note that if either receiving field is too small to contain the numeric value returned, an Overflow runtime error will occur. ---++ Comments: _Read what other users have said about this page or add your own comments._ <br />%COMMENT% -- Main.JeanNeron - 2012-01-27
This topic: Main
>
WebHome
>
APPX510Features
>
APPXRuntimeSubroutineAPI
>
0LASubrEnvGetScreenSize
Topic revision: r2 - 2012-02-10 - JeanNeron
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback