Difference between revisions of "MC-Basic:RECORDCLOSE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:RECORD|RECORD]]
+
* [[MC-Basic:RECORD|RECORD]]
 
* [[Axystems:MC-Basic:RECORDING|RECORDING]]
 
* [[Axystems:MC-Basic:RECORDING|RECORDING]]
 
* [[Axystems:MC-Basic:RECORDOFF|RECORDOFF]]
 
* [[Axystems:MC-Basic:RECORDOFF|RECORDOFF]]

Revision as of 08:40, 22 May 2014

This command closes the record data file and enables it to be retrieved. You must issue this command before the next RECORD command is issued.

Syntax

RecordClose

Availability

All versions

Scope

Task or Terminal

Limitations

Write only

Examples

RecordClose

See Also