Difference between revisions of "MC-Basic:STORECOMPDATA"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:STORECOMPDATA to MC-Basic:STORECOMPDATA: Global renaming of Axystems: namespace into (Main):)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:STORECOMPDATA$|STORECOMPDATA$]]
+
* [[MC-Basic:STORECOMPDATA$|STORECOMPDATA$]]
 
* [[MC-Basic:STORECAMDATA|STORECAMDATA]]
 
* [[MC-Basic:STORECAMDATA|STORECAMDATA]]
 
* [[MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
 
* [[MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]

Revision as of 08:41, 22 May 2014

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