I have a Class called CSIString, but in that class there is no method to clear a string. I want to write my own method, and I'm thinking I should just be able to do something like:

str = "";

but that doesn't work. Any of you C++ folk out there have my answer??? Thanks in advance