*Hi,
Greetings to u all ...
I am new to this website as well as in C++.
I got a question in c++.
I need to remove decimal point from amount (declared as CString)
Eg. Amt is 145.76
I need the final output as 014576 and same to be stored in the buffer.
ie. Amt has to be in 6 digits length.
What is the procedure to convert to reqd. output.
If the total digit is < 6, pad with 0
Hope i have made clear
Thanks
Anu
*