| create-account (R83) | Index Level | create-file |
| Syntax | create-bfile {dict/data} file.name dict.modulo{, dict.separation} data.modulo{,data.separation} |
| Category | TCL |
| Type | Verb |
| 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". |
| Options | |
| See Also | create-file move-file steal-file file-defining item |
| 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. |
| Warnings | |
| Compatibility | R83 3.1 |
| create-account (R83) | Index Level | create-file |