Skip to content

_pclose

bergsma edited this page Sep 26, 2014 · 3 revisions

#pclose

###Close a PROMIS data base file.

Syntax

status = pclose file ;

Arguments

  1. 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

Clone this wiki locally