| Home | All functions | Categories |
vuScreenHeight(), Long
Returns the current screen height in pixels.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A LONG value containing the current screen height (for example, 600, 768, 1024).
IF vuScreenHeight() < 768
MESSAGE('The screen must be set to at least 1024 by 768')
END
vuScreenWidth() to determine full screen resolution.| Home | All functions | Categories |