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