How to clear the contents of a StringHandle?
How to clear the contents of a StringHandle?
- Subject: How to clear the contents of a StringHandle?
- From: "Jaime Rios" <email@hidden>
- Date: Mon, 3 Dec 2001 16:09:05 -0500
- Thread-topic: How to clear the contents of a StringHandle?
I have a code resource that I created for an application that has one
global StringHandle in it, and I would like to know how do I clear the
contents of the StringHandle without using DisposeHandle to get rid of
it and reallocating it? If I try using Munger, I notice that if the
previous string I inserted was longer than the new, the old string still
appears. How do I take care of this? Thanks in advance!
Jaime