getPrimaryScreen()
Returns the number of the applications primary screen.
Synopsis
int getPrimaryScreen();
Parameters
| Parameter | Description | 
|---|---|
| none | - | 
Return value
The function returns the number of the applications primary screen.
Error
Description
Returns the number of the applications primary screen.
                 Example
                Example
            
main()
{
  DebugN(getPrimaryScreen());
}Assignment
Miscellaneous functions
Availability
UI
