Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>create</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CREATE


Syntax:     CREATE <file>/(<expC>)

Purpose:    To create an empty structure extended database file.

Argument:   <file> is the name of the empty structure extended file.

Usage:      Like COPY STRUCTURE EXTENDED, CREATE produces a structure
            extended file with four fields:  Field_name, Field_type,
            Field_len, and Field_dec and can be used in conjunction with
            CREATE FROM to form a new database file.  Unlike COPY
            STRUCTURE EXTENDED, CREATE produces an empty database file
            and does not require the presence of another database file
            to create it.

            The specified database file is automatically opened in the
            current work area after it is CREATEd.

Library:    CLIPPER.LIB

See Also: CREATE FROM COPY STRU EXTENDED

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson