Using Backticks

From Lianjapedia
Jump to: navigation, search

Lianja/VFP provides tight integration with the command shell. The ` ... ` command sequence (backticks) can be used to run external shell commands that are piped together and to substitute the output into a Lianja character string.

Bm-noteicon.png

For security reasons backticks are disabled in the Cloud Server.

Try this in the console:

Windows:

? "Date is `date /t`"

Linux:

? "Date is `date`"