int32 CPStrSize(sp);
Returns the number of characters in a concatenated list of Pascal strings. Use the CPStrLen function to get the number of Pascal strings in the concatenated list.
| Name | Type | Description | 
|---|---|---|
| sp | CPStrPtr | Pointer to a concatenated list of Pascal strings. | 
The number of characters in the concatenated list of Pascal strings.