Answer the question
In order to leave comments, you need to log in
[MASM32] How to convert string to number?
Hello.
There is such WinApi MASM32 code:
...
.IF ax == BN_CLICKED
invoke GetWindowText, hwndEdit1, ADDR text1, 128
; Мне нужно текст в text1 преобразовать в число, повысить его на +1 и установить в hwndEdit2
.ENDIF
...
Answer the question
In order to leave comments, you need to log in
I need to convert the text in text1 to a number, raise it by +1 and set it to hwndEdit2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question