Difference between revisions of "MC-Basic:RECORDCLOSE"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= RecordClose |AVAILABILITY= All versions |DESCRIPTION= This command closes the record data file and enables it to be retrieved. You must issue…')
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:RECORDCLOSE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write-Only
+
Write only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:RECORD|RECORD]]
+
* [[MC-Basic:RECORD|RECORD]]
* [[Axystems:MC-Basic:RECORDING|RECORDING]]
+
* [[MC-Basic:RECORDING|RECORDING]]
* [[Axystems:MC-Basic:RECORDOFF|RECORDOFF]]
+
* [[MC-Basic:RECORDOFF|RECORDOFF]]
* [[Axystems:MC-Basic:RECORDON|RECORDON]]
+
* [[MC-Basic:RECORDON|RECORDON]]
 
 
  
 +
[[Category:MC-Basic:Data Recording|RECORDCLOSE]]
 
}}
 
}}

Latest revision as of 08:02, 27 April 2017

Language: English  • 中文(简体)‎

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