DesktopName()

Syntax

Result$ = DesktopName(#Desktop)
Description
Returns the name, if any, of the specified desktop. The primary desktop always has the index 0. ExamineDesktops() has to be called before this function to retrieves the informations about the desktops.
  ExamineDesktops()
  MessageRequester("Display Information", "Primary desktop name = "+DesktopName(0))

Supported OS

Windows, Linux, MacOS X

<- DesktopMouseY() - Desktop Index - DesktopWidth() ->