GetData Sub Procedure | Startpage |
HAPI | HAPI.Table | GetData(sData() as Single, lStart As Long, lCount as Long) |
Sub Procedure GetData(sData() as Single, lStart As Long, lCount as Long)
Name Type Description sDataSingle Array to hold the extracted data lStartLong Index of the first element to copy lCountLong Count - number of elements to copy
This procedure returns a region of the discrete data of this Table. The region is specified by a start position and the number of elements (count) to copy. The data is copied to the data array. Note that since this is a copy of the real data stored in the table, updates will only take place when the data is copied back using the setData method. The indexes lStart, ..., -Start+lCount-1 must be valid indexes of this table. Also, lCount must be less than or equal to the size of the data array.
| HUGIN EXPERT A/S, - comments to activex@hugin.com |