tcl.create-bfile

Verb: Access/TCL, Releases: R83 3.1

Creates 'dc'-type file pointer for Pick/BASIC source and object code.

Syntax

create-bfile {dict/data} file.name dict.modulo{, dict.separation} data.modulo{,data.separation}

Description

identical to the 'create-file' command, but is used for creating Pick/BASIC source code files in R83. After creating the file, the 'd-pointer' in the md is changed from a 'd' to a 'dc'.

Example

create-bfile dict basic.file 5

Creates a DICT only DC-type file with a modulo of 5.

create-bfile basic.file 1 5

Creates a complete DC-type file with a DICT modulo of 1 and a DATA modulo of 5.

See Also

Command Name Type Description
tcl.create-file Verb: Access Creates a new file.
tcl.move-file Verb: Access Moves file.
tcl.steal-file Verb: Access Moves file from another account to current account.
file.defining.items Definition File-defining item overview.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.