CPStrLen (LabVIEW Manager Macro)
- Updated2025-01-28
- 1 minute(s) read
CPStrLen (LabVIEW Manager Macro)
int32 CPStrLen(sp);
Purpose
Returns the number of Pascal strings in a concatenated list of Pascal strings, that is, sp->cnt. Use the CPStrSize function to get the total number of characters in the list.
Parameters
Name | Type | Description |
---|---|---|
sp | CPStrPtr | Pointer to a concatenated list of Pascal strings. |
Return Value
The number of strings in the concatenated list of Pascal strings.