CPStrBuf (LabVIEW Manager Macro)
- Aktualisiert2025-07-30
- 1 Minute(n) Lesezeit
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.