CPStrBuf (LabVIEW Manager Macro)
- Updated2025-01-28
- 1 minute(s) read
CPStrBuf (LabVIEW Manager Macro)
uChar *CPStrBuf(sp);
Purpose
Returns the address of the first string in a concatenated list of Pascal strings, that is, the address of sp->str.
Parameters
Name | Type | Description |
---|---|---|
sp | CPStrPtr | Pointer to a concatenated list of Pascal strings. |
Return Value
The address of the first string of the concatenated list of Pascal strings.