Adds the string to the list.
CaStringList
const CaString szString - string to add
bool - true if success, false if fails
If string is not valid then it fails.
Duplicates are not added, but function still returns true.
Example
CaString s(“My String”); CaStringList d; bool bResult = d.Add(s);
More information:
| Copyright © 2013 CA. All rights reserved. |
|