Difference between revisions of "MC-Basic:STORECOMPDATA"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= SCompData |SYNTAX= StoreCompData <''Filename''> <''comp table name''> |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= This command stores data …')
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:STORECOMPDATA}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 7: Line 8:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:STORECOMPDATA$|STORECOMPDATA$]]
+
* [[MC-Basic:STORECOMPDATA$|STORECOMPDATA$]]
* [[Axystems:MC-Basic:STORECAMDATA|STORECAMDATA]]
+
* [[MC-Basic:STORECAMDATA|STORECAMDATA]]
* [[Axystems:MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
+
* [[MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
  
  
 
}}
 
}}

Latest revision as of 08:12, 28 April 2017

Language: English  • 中文(简体)‎

This command stores data inform the specified <comp table name> in the <Filename> . The data is stored as a binary, double precision floating point (Intel format) and arranged row by row.

Short form

SCompData

Syntax

StoreCompData <Filename> <comp table name>

Availability

Since Version 3.6.20

Range

Existing Comp table name

Scope

Task and Terminal

Limitations

File name should have extension .cmp

Examples

StoreCompData Compdata.cmp comp1

See Also