CPStrBuf (LabVIEW Manager Macro)
- Mise à jour2025-07-30
- Temps de lecture : 1 minute(s)
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.