(
(
string value of properties "InstanceName" of it
)
&" H:"&
(
(
it as string
)
of integer value of property "MaxHorizontalImageSize" of it
)
&"cm V:"&
(
(
it as string
)
of integer value of property "MaxVerticalImageSize" of it
)
& "cm"
)
of select objects "InstanceName,MaxHorizontalImageSize,MaxVerticalImageSize FROM WmiMonitorBasicDisplayParams WHERE MaxHorizontalImageSize > 0 AND MaxVerticalImageSize > 0" of wmis "root\wmi"
( (string value of properties "InstanceName" of it) &" H:"& ( (it as string) of integer value of property "MaxHorizontalImageSize" of it ) &"cm V:"& ( (it as string) of integer value of property "MaxVerticalImageSize" of it ) & "cm" ) of select objects "InstanceName,MaxHorizontalImageSize,MaxVerticalImageSize FROM WmiMonitorBasicDisplayParams WHERE MaxHorizontalImageSize > 0 AND MaxVerticalImageSize > 0" of wmis "root\wmi"