computerwhiz
Programmer
I need to use the number in my loop counter as part of a string to show the count in my status bar. but I cannot figure out how to convert my int variable into a lpstr variable for use.
I was thinking like this:
I was thinking like this:
Code:
int Pages = 0;
lpstr Temp = &Pages;