Difference between revisions of "HELP"

From Lianjapedia
Jump to: navigation, search
Line 9: Line 9:
  
 
==Description==
 
==Description==
Issuing the HELP command in a Lianja App Builder Command Window opens online help for the relevant language in the default browser.   
+
Issuing the HELP command in a Lianja App Builder Command Window opens online help for the relevant language (Lianja/VFP, Python, JavaScript, PHP) in the default browser.   
  
 
'''<command> | <function()>'''
 
'''<command> | <function()>'''
Line 17: Line 17:
 
<code lang="recital">
 
<code lang="recital">
 
help
 
help
help open
+
help help
 +
help alter
 
help at()
 
help at()
 
</code>
 
</code>

Revision as of 05:42, 4 August 2016

Purpose

Open online help in the default browser

Syntax

HELP [<command> | <function()>]

See Also

Commands, Functions

Description

Issuing the HELP command in a Lianja App Builder Command Window opens online help for the relevant language (Lianja/VFP, Python, JavaScript, PHP) in the default browser.

<command> | <function()> From a Lianja/VFP Command Window, including a <command> or <function()> opens the wiki page for that command or function. For multi-word commands, specifying the first word will open a page containing a list of possible commands.

Example

help
help help
help alter
help at()