create-file (R83)

create-file (R83)


create-file Index Level create-index
Syntax create-file filename modulo{,separation} modulo{,separation}

create-file dict filename modulo{,separation}

create-file data filename{,filename} modulo{,separation}
Category TCL
Type Verb
Description creates a new dictionary and data file, creates a dictionary-only file, or creates a new data section on an existing dictionary file; space is allocated and reserved if available.

This behaves the same in D3, with the exceptions of not allowing options or requiring separation.
Options
See Also create-file
Example see "create-file" (D3 version)
Warnings The modulo should be a prime number and may be up to 32,267 provided that the separation is one (1).

No options are available.

In R83, separation is allowed; it is not allowed in D3.
Compatibility R83
create-file Index Level create-index