Project

General

Profile

Bug #66

Updated by Baptiste Pillot about 4 years ago

When file is opened as Random, it fails with a "File type mismatch" error at column 1 of the Field statement. 

 ```aoz 
 Open Random 1,"DF0:myfile" 
 Field 1,28 As NAME$ 
 ``` 

 DF0 has been created in the filesystem folder. 
 Commenting the Field statement, and adding a Close 1 will create "myfile", so I know the path is correct.

Back