Character array from Automation server
HRESULT GetCharArray([in] BSTR varName, [in] BSTR Workspace,
[out, retval] BSTR *mlString)
GetCharArray(varname As String, workspace As String) As String
str = GetCharArray(h,'varname','
workspace
')
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
.