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 edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">[[displaying_lists.html|Displays]] in a </span><span class="f_GUIlabel">Value</span><span class="f_Para"> window the list items in the $list, Stringlist, or Arraylist referenced by the variable specified as the command argument.</span>
<span class="f_Para">[[Displaying $lists, Stringlists, and Arraylists]] in a </span><var>Value</var><span class="f_Para"> window the list items in the $list, Stringlist, or Arraylist referenced by the variable specified as the command argument.</span>


<span class="f_Para">Same as the </span><span class="f_GUIlabel">List Display</span><span class="f_Para"> context menu option for </span><span class="f_GUIlabel">Watch Window</span><span class="f_Para"> items, including how to control the number of items displayed.</span>
<span class="f_Para">Same as the </span><span class="f_GUIlabel">List Display</span><span class="f_Para"> context menu option for </span><span class="f_GUIlabel">Watch Window</span><span class="f_Para"> items, including how to control the number of items displayed.</span>
Line 14: Line 14:
<span class="f_Para">If the command argument does not reference a $list, Stringlist, or Arraylist, you receive an error message. </span>
<span class="f_Para">If the command argument does not reference a $list, Stringlist, or Arraylist, you receive an error message. </span>


<span class="f_Para">If issued by a macro, </span><span class="f_EmphItalTable">and</span><span class="f_Para"> the [[using_macro_console_cmdline.html#macro_console|Macro Console]] is open, then the value is displayed in the </span><span class="f_GUIlabel">Macro Console</span><span class="f_Para"> window.</span>
<span class="f_Para">If issued by a macro, </span>''and''<span class="f_Para"> the [[Using the console and command line#The Console|Macro Console]] is open, then the value is displayed in the </span><var>Macro Console</var><span class="f_Para"> window.</span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Latest revision as of 21:20, 30 January 2023

Action:

Displaying $lists, Stringlists, and Arraylists 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