SW = [COLOR=#000090][B]ScreenWidth[/B][/COLOR]()
SH = [COLOR=#000090][B]ScreenHeight[/B][/COLOR]()
DisplayResolution$ = [COLOR=#000090][B]CHAR[/B][/COLOR](SW) + [COLOR=#800000]' x '[/COLOR] + [COLOR=#000090][B]CHAR[/B][/COLOR](SH)
[COLOR=#000090][B]Message[/B][/COLOR]("Your Display Resolution is:","DisplayResolution$")









