Help 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">If specified without an argument, displays the Debugger's Help file.  It may also be specified with...")
 
No edit summary
Line 7: Line 7:


'''Syntax:'''
'''Syntax:'''
<p class="syntax">
<p class="syntax"><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">help [</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-style: italic; font-weight: bold;">command|&amp;&amp;function</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">|connecting|ignoredFiles|list|preference|workers]</span><span class="f_Para" style="font-size: 13px;"> </span>
<span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">help [</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-style: italic; font-weight: bold;">command|&amp;&amp;function</span><span class="f_Para" style="font-size: 13px; font-family: 'Courier New',Courier,monospace; font-weight: bold;">|connecting|ignoredFiles|list|preference|workers]</span><span class="f_Para" style="font-size: 13px;"> </span>
</p>
</p>


Line 14: Line 13:


<span class="f_Para">Where:</span>
<span class="f_Para">Where:</span>
<span class="f_Para"> </span>
*<span style="font-style: italic;">[[client_command_ref.html|command]]</span> displays a brief description of the specified command
*<span style="font-style: italic;">[[client_command_ref.html|command]]</span> displays a brief description of the specified command
*<span style="font-style: italic;">[[working_with_macro_functions.html|&amp;&amp;function]]</span> displays a brief description of the specified function
*<span style="font-style: italic;">[[working_with_macro_functions.html|&amp;&amp;function]]</span> displays a brief description of the specified function

Revision as of 03:57, 26 May 2022

Action:

If specified without an argument, displays the Debugger's Help file.  It may also be specified with argument which indicates what type of help is desired.

Syntax:

help [command|&&function|connecting|ignoredFiles|list|preference|workers]

 

Where:

     css,gif,htc,ico,jpeg,jpg,js,png,xml,xsl

  • list displays the topics available to the help command
  • preference displays preferences available as arguments to setPreference
  • workers displays workers defined for TN3270 DEBUG WAIT; output is like:

     default host: xxx.com port: 666 ...

Client menu: Help