Difference between revisions of "MC-Basic:RECORDCLOSE"

From SoftMC-Wiki
Jump to: navigation, search
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:RECORDCLOSE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 35: Line 36:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[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:Axystems:MC-Basic:Data Recording|RECORDCLOSE]]
+
[[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