unique values of
(
(
(
it as integer as string & " inches"
)
of sqrt of it
)
|
(
"sqrt of " &
(
it as string
)
of it
)
)
of
(
item 1 of it * item 1 of it + item 2 of it * item 2 of it
)
of
(
(
string value of properties "InstanceName" of it
)
,
(
(
it * "0.393701" as floating point
)
of integer value of property "MaxHorizontalImageSize" of it
)
,
(
(
it * "0.393701" as floating point
)
of integer value of property "MaxVerticalImageSize" of it
)
)
of select objects "InstanceName,MaxHorizontalImageSize,MaxVerticalImageSize FROM WmiMonitorBasicDisplayParams WHERE MaxHorizontalImageSize > 0 AND MaxVerticalImageSize > 0" of wmis "root\wmi"
unique values of ( ((it as integer as string & " inches") of sqrt of it) | ("sqrt of " & (it as string) of it) ) of (item 1 of it * item 1 of it + item 2 of it * item 2 of it) of ( (string value of properties "InstanceName" of it), ( (it * "0.393701" as floating point) of integer value of property "MaxHorizontalImageSize" of it ), ( (it * "0.393701" as floating point) of integer value of property "MaxVerticalImageSize" of it ) ) of select objects "InstanceName,MaxHorizontalImageSize,MaxVerticalImageSize FROM WmiMonitorBasicDisplayParams WHERE MaxHorizontalImageSize > 0 AND MaxVerticalImageSize > 0" of wmis "root\wmi"