Returns the operating system's name of the specified monitor.
Name := MonitorGetName(N)
Type: Integer
If omitted, the primary monitor will be used. Otherwise, specify the monitor number, between 1 and the number returned by MonitorGetCount.
Type: String
This function returns the operating system's name for the specified monitor.
An exception is thrown on failure.
See example #1 on the Monitor Functions page for a demonstration of this function.