User`s guide

mwString(const char* str)
Purpose Construct new string and initialize strings data with supplied char
buffer
C++
Syntax
#include "mclcppclass. h"
mwString str("This is a string");
Arguments str
NULL-terminated char buffer to initialize the string.
Return
Value
None
Description Use this cons tructor to create a string from a NULL-terminated char
buffer.
C-7