In my code, I need to find a way to replace "Unknown" with a variable that represents a numerical value.
I haven't yet added support for a vertical montior config, but if I can solidify this part of the code I'll expand it as needed, and I know where to come if I need help =)
$FW = DLLCall("user32.dll", "int", "GetSystemMetrics", "int", 78)
$FH = DLLCall("user32.dll", "int", "GetSystemMetrics", "int", 79)
$XA = @DesktopWidth
$YA = @DesktopHeight
$WA = $FW[0]