-
Notifications
You must be signed in to change notification settings - Fork 2
_pclose
bergsma edited this page Sep 26, 2014
·
3 revisions
#pclose
###Close a PROMIS data base file.
Syntax
status = pclose file ;
Arguments
- str file
The 4 character file name, in lowercase.
Return Value
str status
- $ACKNOWLEDGE : The file was closed.
The STATUS variable is set to $ACKNOWLEDGE
str status
- $ACKNOWLEDGE : The file was closed.
The STATUS variable is set to $ACKNOWLEDGE
Exceptions
- %ARGUMENT: Invalid arguments. Usage: status = pclose file ;
Description
- None
Examples
puts "Create an example for the function 'pclose'" ;
Related Links
None