ExpandList command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Displays in a </span><span class="f_GUIlabel">Value</span><span class="f_P...")
(No difference)

Revision as of 02:24, 25 May 2022

Action:

Displays in a Value window the list items in the $list, Stringlist, or Arraylist referenced by the variable specified as the command argument.

Same as the List Display context menu option for Watch Window items, including how to control the number of items displayed.

For example:

expandList %ls 

If the command argument does not reference a $list, Stringlist, or Arraylist, you receive an error message.

If issued by a macro, and the Macro Console is open, then the value is displayed in the Macro Console window.

Client menu: --
Introduced: Build 43