tcl.create-bfile
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
