
-----------------------------------
CompN
Tue Jan 16, 2007 3:18 pm

Using Labels
-----------------------------------
How would you clear a label?

I know you use "Cls" to clear the form

How would I clear lets say Label2?

I tried 

Label2.caption = cls

-----------------------------------
rdrake
Tue Jan 16, 2007 4:12 pm

RE:Using Labels
-----------------------------------
Label2.caption = ""...no?

-----------------------------------
CompN
Tue Jan 16, 2007 5:36 pm

Re: RE:Using Labels
-----------------------------------
Label2.caption = ""...no?

no

-----------------------------------
Monstrosity_
Tue Jan 16, 2007 5:45 pm

Re: RE:Using Labels
-----------------------------------
Label2.caption = ""...no?

no
Then your being way to vague... from your description rdrake was right. So next time post what your doing to the label so we know what this magic clear function should do.

-----------------------------------
Remm
Tue Jan 16, 2007 5:48 pm

Re: Using Labels
-----------------------------------
Whats wrong with just null stringing it? And if you're going to shoot down someone else's answer, wheres your support / altenative? -.-

anyways, I say yes, just give it a value of "" (null string).


Edit: Bleh, you beat me to it  :)

-----------------------------------
cool dude
Tue Jan 16, 2007 6:19 pm

Re: Using Labels
-----------------------------------
Rdrake was absolutely right. Maybe he confused CompN by saying No? lol.
