CPStrRemove (LabVIEW Manager Function)

void CPStrRemove(s1h, index);

Purpose

Removes a Pascal string from a list of Pascal strings. If index is greater than or equal to the number of strings in the list, this function removes the last string. The function resizes the list after removing the string.

Parameters

Name Type Description
s1h CPStrHandle Handle to a concatenated list of Pascal strings.
index int32 Number of the string you want to remove, with 0 as the first string.