Project

General

Profile

$screenh » History » Revision 2

Revision 1 (Per Amundsen, 08/11/2015 10:56 AM) → Revision 2/3 (Per Amundsen, 08/11/2015 10:57 AM)

_Added in 1.8.2_ 

 *$screenh* 

 Returns the height of the first screen found. 

 ----------------------------------------------------------------------------- 

 *$screenh(N)* 

 Returns the height of the Nth screen found. 

 *Parameters* 

 N - If N = 0, the number of screens found, otherwise the Nth screen. 

 *Example* 

 <pre> 
 ; Print number of screens. 
 //echo -ag $screenh(0) 

 ; Print the height of the first screen found. 
 //echo -ag $screenh(1) 
 </pre>