Difference between revisions of "LIST DICTIONARY"

From Lianjapedia
Jump to: navigation, search
 
Line 23: Line 23:
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Databases]]
 
[[Category:Databases]]
 +
[[Category:NoSQL Commands]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:VFP Command Extensions]]
 
[[Category:VFP Command Extensions]]

Latest revision as of 12:58, 4 February 2013

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