DesktopName()

Syntax

Result$ = DesktopName(#Desktop)
Description
Returns the name (if any) for the specified desktop. The primary desktop is always specified using 0 as the parameter. ExamineDesktops() must be called before using this function to retrieve information about any of the available desktops.
  ExamineDesktops()
  MessageRequester("Display Information", "Primary desktop name = "+DesktopName(0))

Supported OS

All

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