User`s guide

mwArray(const char* str)
Purpose Construct character array from supplied string
C++
Syntax
#include "mclcppclass. h"
mwArray a("This is a string");
Arguments str
NULL-terminated string
Return
Value
None
Description Use this constructor to create a 1-by-n array of type mxCH AR_C LASS,with
n = strlen(str), and initialize the a rray’s data with the characters in
the supplied string.
C-38