On Aug 25, 2006, at 8:10 AM, Steven Hedgepeth wrote:
The language reference does not give any information on using Screen
(0) as opposed to Screen(any integer). Is there some documentation
on what effect non-zero numbers have on the function?
ScreenCount will tell you the number of screens actually connected to
the computer your app is running on.
If ScreenCount is two, Screen(0) refers to the first screen, Screen
(1) to the other.
I would not recommend using an index for Screen that takes you beyond
the physically installed equipment.
Russ
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|