File User_Fopen; File Window_Close - HP 68000 Series User Manual

Debugger/simulator
Table of Contents

Advertisement

Chapter 9: Debugger Commands

File User_Fopen

File User_Fopen
The File User_Fopen command opens the file specified by < file_name> for
reading or writing and assigns a window number to it.
The File User_Fopen Append command opens an existing file for
writing, adding new information at the end of the file.
The File User_Fopen Create command creates a new file for writing.
The File User_Fopen Read command opens an existing file for reading.
After opening a file using the File User_Fopen Append or File User_Fopen
Create command, you can use the Expression Fprintf command to write
information to the file. Files opened for reading may be read from the built-in
macro fgetc(). See the "Predefined Macros" chapter of this manual for a
complete description of this macro.
The window number must be between 50 and 256 inclusive.
Use the Window Delete or the File Window_Close command to close the file.
See Also
Expression Fprintf

File Window_Close

Window Delete
Window New
331

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1466

Table of Contents