Difference between revisions of "LIST DICTIONARY"

From Lianjapedia
Jump to: navigation, search
Line 24: Line 24:
 
[[Category:Table Basics]]
 
[[Category:Table Basics]]
 
[[Category:Table Basics Commands]]
 
[[Category:Table Basics Commands]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Command Extensions]]

Revision as of 06:26, 10 December 2012

Purpose

Display the currently active dictionary

Syntax

LIST DICTIONARY [TO FILE <.txt filename> | (<expC>) ]

See Also

CREATE DICTIONARY, DISPLAY DICTIONARY, SET DICTIONARY

Description

The LIST DICTIONARY command displays the currently active dictionary.

TO <file>

The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

use demo
list dictionary