Count the number of bytes in a string, clamping to a given maximum. 
- Parameters
- 
  
    | pString | String to find the length of. |  | maxChars | Maximum number of chars to count. |  
 
- Returns
- The length of the string, in bytes, excluding the terminating NULL character. 
- See Also
- MFString_Length()