i have 5 edit boxes that need to be cleared. 3 of them i can clear but i can not figure out how to clear the other 2.
these i can clear:
_sFirstName = "";
_sLastname = "";
_sTotalPay = "";
UpdateData(FALSE);
these i cannot:
_nPayRate
_nHrsWrkd
charles
these i can clear:
_sFirstName = "";
_sLastname = "";
_sTotalPay = "";
UpdateData(FALSE);
these i cannot:
_nPayRate
_nHrsWrkd
charles