Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I clear an edit box that has a Variable type : double?

Status
Not open for further replies.

real

Programmer
Jan 20, 2001
15
US
my Member variable names are: _nHrsWrkd and _nPayRate

both are categorized as: Value

and the Variable type is: double

how can I clear the screen with these two variables?

i cleared the other 3 but they were CString's, these I cannot, and do not know how. thank you in advance.

charles
 
Also make it a Control.
then in your source
_nHrsWrkd test;
test.setwindowtext("");

something like that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top