GetCharArray
Character array from Automation server
Synopsis
IDL Method Signature
HRESULT GetCharArray([in] BSTR varName, [in] BSTR Workspace,
[out, retval] BSTR *mlString)Microsoft Visual Basic Client
GetCharArray(varname As String, workspace As String) As String
MATLAB Client
str = GetCharArray(h,'varname','workspace')
Description
str = GetCharArray(h,'varname','
gets the character array stored in workspace')varname from the specified
workspace of the server attached to handle h
and returns it in str. The
values for workspace are base or global.
Examples
Version History
Introduced before R2006a