You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I try to retrieve them in VBScript using the Field() function, then the first three work just fine, but I receive just an empty string from the last two. Is there a type conversion issue?
I find the same issue with
SELECT MonitorType FROM Win32_DesktopMonitor
but not with
SELECT MonitorName FROM Win32_DesktopMonitor
though, which are both strings...
Digging a bit more, I find that
SELECT ScreenHeight FROM Win32_DesktopMonitor
is fine, but
SELECT ScreenWidth FROM Win32_DesktopMonitor
is not. This is nuts!
This is on Windows 10 Pro 64-bit 10.0.18363 (1909) using BGInfo 4.28.
The text was updated successfully, but these errors were encountered:
I can define and display fields as
but when I try to retrieve them in VBScript using the Field() function, then the first three work just fine, but I receive just an empty string from the last two. Is there a type conversion issue?
I find the same issue with
but not with
though, which are both strings...
Digging a bit more, I find that
is fine, but
is not. This is nuts!
This is on Windows 10 Pro 64-bit 10.0.18363 (1909) using BGInfo 4.28.
The text was updated successfully, but these errors were encountered: