SetData Sub Procedure | Startpage |
HAPI | HAPI.Table | SetData(sData() as Single, lStart As Long, lCount as Long) |
Sub Procedure SetData(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 sets 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 from the data array to the table. 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 |