|
Contents | Previous | Next | Subchapters |
| Syntax |
status = OMServer.GetVariant(arraySize) |
| See Also | comgetmatrix , comnrows , and comncols |
GetMatrix.
The arraySize value
should be the product of NRows
and
NCols
after GetMatrix
has been called to retrieve a matrix.
The returned value status is an integer
OM Server Status
code. This value will equal 1
if this function succeeded.
COM\matlab\matlabIO.m in your installation directory for an
example of transferring VARIANT data from O-Matrix.