Bottom 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">Scrolls to the bottom of the current tab; has no effect if the </span><span class="f_GUIlabel">tour...")
 
No edit summary
Line 3: Line 3:
|width="50%"| '''Action:'''
|width="50%"| '''Action:'''
|width="50%"|
|width="50%"|
<span class="f_Para">Scrolls to the bottom of the current tab; has no effect if the </span><span class="f_GUIlabel">[[tour_tabbed_pages.html#proc_selection_tab|Proc Selection]]</span><span class="f_Para"> page is being displayed. </span>
<span class="f_Para">Scrolls to the bottom of the current tab; has no effect if the </span><span class="term">[[tour_tabbed_pages.html#proc_selection_tab|Proc Selection]]</span><span class="f_Para"> page is being displayed. </span>


<span class="f_Para">Optionally, scrolls to the bottom of </span><span class="f_EmphItal">the Client window you specify</span><span class="f_Para"> as the value of the command's </span><span class="f_Monospace">In </span><span class="f_MonoItal">window</span><span class="f_Para"> prefix. </span>
<span class="f_Para">Optionally, scrolls to the bottom of </span><span class="term">the Client window you specify</span><span class="f_Para"> as the value of the command's </span><span class="f_Monospace">In </span><span class="term">window</span><span class="f_Para"> prefix. </span>


'''Syntax:'''
'''Syntax:'''


<p class="syntax>[in </span><span class="f_MonoItal">window</span><span class="f_CodeExample">] bottom</p>
<p class="syntax>[in </span><span class="term">window</span><span class="f_CodeExample">] bottom</p>


<span class="f_Para">where:</span>
<span class="f_Para">where:</span>
Line 15: Line 15:
<span class="f_EmphItal" style="font-family: 'Courier New',Courier,monospace;">window</span><span class="f_Para"> is one of the following keywords, not case sensitive, which identify a Client window. Links are provided to help identify the less common windows:</span>
<span class="f_EmphItal" style="font-family: 'Courier New',Courier,monospace;">window</span><span class="f_Para"> is one of the following keywords, not case sensitive, which identify a Client window. Links are provided to help identify the less common windows:</span>


* <span class="f_CodeExample">[[help_menu_opts.html#about_opt|about]] </span><br />
* <span class="f_CodeExample">[[Help menu options|about]] </span><br />
* <span class="f_CodeExample">auditTrail</span><br />
* <span class="f_CodeExample">auditTrail</span><br />
* <span class="f_CodeExample">[[help_menu_opts.html#commands_opt|commands]] </span><br />
* <span class="f_CodeExample">[[Help menu options|commands]] </span><br />
* <span class="f_CodeExample">console </span><br />
* <span class="f_CodeExample">console </span><br />
* <span class="f_CodeExample">[[display_stmt_history.html|executionHistory]] </span><br />
* <span class="f_CodeExample">[[Displaying a statement history|executionHistory]] </span><br />
* <span class="f_CodeExample">executionTrace </span><br />
* <span class="f_CodeExample">executionTrace </span><br />
* <span class="f_CodeExample">[[help_menu_opts.html#keyboard_scuts|keyboardShortcuts]]</span><br />
* <span class="f_CodeExample">[[Help menu options|keyboardShortcuts]]</span><br />
* <span class="f_CodeExample">source  </span><br />
* <span class="f_CodeExample">source  </span><br />
* <span class="f_CodeExample">[[copying_printing_saving_text.html|textviewer]]  </span><br />
* <span class="f_CodeExample">[[Copying, printing, or saving text|textviewer]]  </span><br />
* <span class="f_CodeExample">[[displaying_variable_values.html|value]] </span><br />
* <span class="f_CodeExample">[[Displaying temporarily the value of a program data item|value]] </span><br />
* <span class="f_CodeExample">watchWindow </span><br />
* <span class="f_CodeExample">watchWindow </span><br />
* <span class="f_CodeExample">webBuffer </span>
* <span class="f_CodeExample">webBuffer </span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''
| <span class="f_GUIlabel">Window</span><span class="f_Para"> &gt; </span><span class="f_GUIlabel">Bottom</span><span class="f_Para"> </span>
| <var>Window</var><span class="f_Para"> &gt; </span><var>Bottom</var><span class="f_Para"> </span>
|-
|-
| '''Introduced:'''
| '''Introduced:'''

Revision as of 00:17, 21 October 2022

Action:

Scrolls to the bottom of the current tab; has no effect if the Proc Selection page is being displayed.

Optionally, scrolls to the bottom of the Client window you specify as the value of the command's In window prefix.

Syntax:

[in window] bottom

where:

window is one of the following keywords, not case sensitive, which identify a Client window. Links are provided to help identify the less common windows:

Client menu: Window > Bottom
Introduced: --