Write numbers in a text field

Ronny81

New member
Hello,

im new here and hope to finde some help.
I write a lot of macros on pc in excel but i dont know how to do it now whis "macrodroid"
and hope some can help me here.
notmaly its very easy

I have a text field and what to insert a number like "1234" all 30 seconds, if the 30 seconds over
insert the number "1234" +1 = "1235" .
and again and again.
From "0001" up to "9999"

In excel that is very easy so i hope some can help me here.
Thanks a lot.

greetings Ronny
 

tanutanu

Well-known member
prepare a int variable and simply increment it. int and decimal type value can write as string without cast.
On the other hand, if you want to do type cast from string to numeric variable, you have to assign it on Set variable action choosing String variable value option.
 

Attachments

  • IMG_20211023_170556.jpg
    IMG_20211023_170556.jpg
    113.6 KB · Views: 1
Top