MrCopyright 107 Posted January 24, 2015 Hello. What does the findDisplay function do? Does it check if the display is defined, or does it check to see if it is open? Thanks in advance. Share this post Link to post Share on other sites
Sniperwolf572 758 Posted January 24, 2015 Checks to see if it's open. Share this post Link to post Share on other sites
MrCopyright 107 Posted January 24, 2015 That's strange, whenever I use isNil { findDisplay 3600 }; it will return false. Regardless of whether the display is open or not. Share this post Link to post Share on other sites
killzone_kid 1331 Posted January 24, 2015 That's strange, whenever I use isNil { findDisplay 3600 }; it will return false. Regardless of whether the display is open. Because you need to use isNull (findDisplay 3600) Share this post Link to post Share on other sites
MrCopyright 107 Posted January 24, 2015 Thank you very much Killzone_Kid, it works perfectly. Share this post Link to post Share on other sites