Hi,
I´m completely new in Win32 ASM and I have a (perhaps silly) question:
How can I convert a numeric string into a number? Is there any API function, or anything else?
Please, help me!
In masm32 lib, there is a function called atodw. this will convert a decimal string to a DWORD as long as the string is 'correct' (No other characters etc)
Thank you very much!