Yt_RW_FileSpecStruct
Yt_RW_FileSpecStruct: STRUCT
| Element | Data Type | Description | Usage |
|---|---|---|---|
| Version |
STRING |
If file versioning is used, apply a unique value to allow the identification of different file formats | MyData.Version |
| Columns | Yt_RW_ColumnArray |
Configure this value to indicate the number of columns in the data file |
MyData.Columns |
| MaxRecords | INT | Initialize MaxRecords to the NUMBER OF ELEMENTS to be stored in the array |
MyData.MaxRecords |
Yt_RW_ColumnArray: ARRAY
| Array Name | Data Type | Range | Description | Usage |
|---|---|---|---|---|
| Yt_RW_ColumnArray |
INT | 1..4 |
Data array which contains data to be read/written | MyData.Columns[0] |