Difference between revisions of "MC-Basic:RECORDON"

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:RECORDCLOSE|RECORDCLOSE]]
 
* [[Axystems:MC-Basic:RECORDCLOSE|RECORDCLOSE]]
 
* [[Axystems:MC-Basic:RECORDING|RECORDING]]
 
* [[Axystems:MC-Basic:RECORDING|RECORDING]]

Revision as of 08:40, 22 May 2014

This command starts the recording process.

Syntax

RecordOn

Availability

All versions

Scope

Task or Terminal

Limitations

Write only. The data to be recorded must be defined using the RECORD command.

Examples

RecordOn

See Also