DTI.Height

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Window Operations > DTI.-Desktop & Mouse Commands >

DTI.Height

MiniRobotLanguage (MRL)

 

DTI.Height

Get physical Height in Pixel of Desktop-Screens (Monitors)

 

 

Intention

 

This command will get the physical Height of each connected Monitor.

 

DTI.cd|$$NUM

FOR.$$NUA|1|$$NUM

  DBP. Monitor $$NUA has a Height of: $$HEI

  DTI.dw|$$NUA|$$WID

  DBP. Monitor $$NUA has a Width of: $$WID

  DTI.sz|$$NUA|$$HAA|$$WAA

  DBP. Monitor $$NUA has a Size of: $$HAA,$$WAA

NEX.

ENR.

 

clip0340

 

 

Syntax

 

 

DTI.Height[|P1]

 

 

Parameter Explanation

 

P1 - (optional) Variable, local or Global. If omitted the Result will be placed on TOS.

 

 

 

Example

 

'*************************************

' Example 1

'*************************************

DTI.cd|$$NUM

FOR.$$NUA|1|$$NUM

  DTI.dd|$$NUA|$$DEP

  DBP. Monitor $$NUA has a Depth of: $$DEP 

  DTI.df|$$NUA|$$FRE

  DBP. Monitor $$NUA has a Frequency of: $$FRE

  DTI.dh|$$NUA|$$HEI

  DBP. Monitor $$NUA has a Height of: $$HEI

  DTI.dw|$$NUA|$$WID

  DBP. Monitor $$NUA has a Width of: $$WID

  DTI.sz|$$NUA|$$HAA|$$WAA

  DBP. Monitor $$NUA has a Size of: $$HAA,$$WAA

NEX.

ENR.

 

clip0337

 

Remarks

 

 

 

Limitations:

 

-

 

 

See also: