String in number

Dm114

Well-known member
How can i get a number from a string in macrodroid?
Thank you
As @Jacob L said, use Regex rules. If you're not familiar with Regex, "Google" a bit and you'll find many sites to begin with if your problem is not too sophisticated.

Then, if you can't get rid with it, come back on this forum and we'll help you more precisely with pleasure!
 

MacroDroidDev

Administrator
Staff member
You can also use the magic text {strval=stringvarname} to write a string variable value into a numerical variable (Use the expression option).
 
Top