External Interfaces Reference Previous page   Next Page
PutCharArray

Store character array in server

Syntax

MATLAB Client

Method Signature

Visual Basic Client

Description

PutCharArray stores the character array in string in the specified workspace of the server attached to handle h, assigning to it the variable varname. The workspace argument can be either base or global.

Remarks

The character array specified in the string argument can have any dimensions.

Server function names, like PutCharArray, are case sensitive when using the first syntax shown.

There is no difference in the operation of the three syntaxes shown above for the MATLAB client.

Examples

Store string str in the base workspace of the server using PutCharArray. Retrieve the string with GetCharArray.

MATLAB Client

Visual Basic Client

See Also

GetCharArray, PutWorkspaceData, GetWorkspaceData, Execute


Previous page  MinimizeCommandWindow PutFullMatrix Next page

© 1994-2005 The MathWorks, Inc.