Find matching string in list and remove it.
CaStringList
const CaString szString - string to remove
bool - true if success, false if fails
Fails if string is not valid or not found in list.
Example
CaStringList d; CaString s(“My String”); CaString& rString = d.Remove(s);
More information:
| Copyright © 2013 CA. All rights reserved. |
|