f$Screen (f$Bildschirm)
f$Screen (f$Bildschirm)
Detect the current screen setting. Depending on the code word entered, the appropriate information is returned.
Syntax: | Value = f$Screen( Info ) | ||
| Argument | Type | Meaning |
| Info | Integer | Code for information desired: |
Result: | Integer | Screen dimensions | |
Example: | x = f$Screen( 0 ) | ||