<listbox> Displayes list of macros to choose from.


Command Tree:   Macro Flow Control    \  Calls  \  Macro List Box
.
Syntax:   <listbox>("WinTitle", "Macro1-Name", "Macro1-Description, "Macro2-Name", "Macro2-Description"...)
WinTitle
Title of the window that appears.
Macro1-Name
Name of the macro to run (first item in the selection box).
Macro1-Description
Description of the macro to run (first item in the selection box).
Macro2-Name
Name of the macro to run (second item in the selection box).
Macro2-Description
Description of the macro to run (second item in the selection box).
.
.
Example:   <#> This macro shows you how to use <listbox> command
<#>
<listbox>("Select your option","_item1","1. Item","_item2","2. Item","_item3","3. Item")