MATLAB Compiler Previous page   Next Page

int Length() const

Return number of characters in string.

C++ syntax

Arguments

None

Return value

The number of characters in the string.

Description

Use this method to get the length of an mwString. The value returned does not include the terminating NULL character.


Previous page  mwString(const mwString& str) operator const char* () const Next page

© 1994-2005 The MathWorks, Inc.