| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionDescription"r" Opens file for read operations. "w" Opens a new file for writing. If the file exists, its content is destroyed. "a" Opens file for appending. A new file is created if the file does not exist. "R" Opens file for unbuffered read operations. This mode should be used in connection with the 'FLDin' function. If the file is successfully opened, 'Open' returns a file 'f'. In case of an error, 'Open' returns 'FALSE'. Examplesx_name := "toto";
x_file := Open(x_name,"a");
Close(x_file);
See also | |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |