Difference between revisions of "Category:Command Window CLI"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
{{DISPLAYTITLE:Interactive Command Window}}
+
{{DISPLAYTITLE:Command Window}}
 +
You can also type Lianja/VFP, JavaScript, Python or PHP commands directly into the Command window.
 +
 
 +
You can delete text by pressing ESC if you haven't already pressed ENTER to execute the command.
 +
 
 +
You can re-execute a previous command by navigating up to it in the command history using the Up and Down arrow keys or placing the cursor anywhere on the command line, and then pressing ENTER.
 +
 
 +
The contents of the command window are saved when you exit the App Builder and restored when you run it again.
 +
 
 
All Lianja/VFP [[:Category:Commands|commands]] and [[:Category:Functions|functions]] can be used in the Lianja/VFP Command Window apart from [[:Category:Looping Commands|flow control and looping commands]] and others that form a start...end block.
 
All Lianja/VFP [[:Category:Commands|commands]] and [[:Category:Functions|functions]] can be used in the Lianja/VFP Command Window apart from [[:Category:Looping Commands|flow control and looping commands]] and others that form a start...end block.
  

Revision as of 10:02, 3 December 2017

You can also type Lianja/VFP, JavaScript, Python or PHP commands directly into the Command window.

You can delete text by pressing ESC if you haven't already pressed ENTER to execute the command.

You can re-execute a previous command by navigating up to it in the command history using the Up and Down arrow keys or placing the cursor anywhere on the command line, and then pressing ENTER.

The contents of the command window are saved when you exit the App Builder and restored when you run it again.

All Lianja/VFP commands and functions can be used in the Lianja/VFP Command Window apart from flow control and looping commands and others that form a start...end block.

Note also:

  • The semi-colon ';' line continuation character is not supported.
  • & macro substitution is not supported