int32 PToLStr(pstr, lstrp);
Converts a Pascal string to a LabVIEW string. This function works even if the pointers pstr and lstrp refer to the same memory location. The function assumes lstrp is large enough to contain pstr.
Name | Type | Description |
---|---|---|
pstr | PStr | Pointer to a Pascal string. |
lstrp | LStrPtr | Pointer to a LabVIEW string. |
The length of the string.