User`s guide

mwString()
Purpose Construct empty string
C++
Syntax
#include "mclcppclass. h"
mwString str;
Arguments None
Return
Value
None
Description Use this constructor to create an empty string.
C-6