Have a Question?
Print

00362: Creating an MKEYED file with same charateristics as an existing file

Title:

Creating an MKEYED file with same charateristics as an existing file

Description:

The following code will create a new (empty) MKEYED file with the same charateristics as an existing file: 

open (1)”myfile” 
fid$=fid(1),fin$=fin(1) 
close (1) 
fid$(9)=”newfile” 
file fid$,fin$(86) 

This may be useful when trying to recover a corrupt file or simply to create a copy of an existing file. 



Last Modified: 02/23/2004 Product: PRO/5

BASIS structures five components of their technology into the BBx Generations.

Table of Contents
Scroll to Top