MC-Basic:STORECOMPDATA

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Versions 3.6.20 and higher

Range

Existing Comp table name

Scope

Task and Terminal

Limitations

File name should have extension .cmp

Examples

StoreCompData Compdata.cmp comp1

See Also