How can I build UniBasic Formatted, Contiguous, or Indexed-Contiguous files in a dL4 program?
All files created under dL4 are portable files by default. However, on the UNIX operating system, a UniBasic file may be created using the AS clause. For example, the following statement creates a UniBasic Contiguous file.
BUILD #0, "[10:10] testfile!" As "UniBasic Contiguous"
- FAQ:
