|
|
|
DataStoreHuge Method
Stores a two dimensional array into the data buffer.
Syntax
FlpGrf.DataStoreHuge (matrix)]
The DataStoreHuge method has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
matrix |
A variant two dimensional array specifying the data values. |
Remarks
This property stores a two dimensional array into the data buffer. The array must be a variant and zero
based.
Note that the first column in the array will be assigned to the first column in the data buffer (column
0).
Example
Array(1, 0) = "b"
Array(2, 0) = "c"
Array(0, 1) = 1
Array(1, 1) = 2
Array(2, 1) = 3
FlpGrf.DataStoreHuge Array

See Also
![]() |
Last modified on: Friday, August 16, 2002