So I was wrong heh???

try this:
Beep
;J's test code --> flashes
Sleep 2
$=SetConsole("hide")
"some output to verify the console is really hidden"
Sleep 2
Play "1g2d600f600f600f6d400f"


then this:
Beep
;Patty's 1st test code --> hidden
Sleep 2
$=SetConsole("hide")
;"some output to verify the console is really hidden"
Sleep 2
Play "1g2d600f600f600f6d400f"



and finally this:
Beep
;Patty's 2nd test code --> flashes
Sleep 2
SetConsole("hide")
;"some output to verify the console is really hidden"
Sleep 2
Play "1g2d600f600f600f6d400f"


My results:
  • $=setconsole with a "bla" --> flash
  • $=setconsole without "bla" --> no flash
  • setconsole without "bla" --> flash
Hmmm,
why do I doubt my brain... [Razz]
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...