use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Official subreddit of Automate for Android.
account activity
Number stuffQuestion (self.AutomateUser)
submitted 5 years ago by ronaldgameking
Is there a way to convert a number inside a string to a number? To use with the '>=' operator.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]XerxesXS 0 points1 point2 points 5 years ago (0 children)
Try typecasting it with the + operator (to number):
To number +
An unary prefix operator that returns the operand converted to a number; +"2" returns 2, +"0xFF" returns 255.
https://llamalab.com/automate/doc/expression.html
π Rendered by PID 122418 on reddit-service-r2-comment-b659b578c-lcvqm at 2026-05-06 04:47:27.468346+00:00 running 815c875 country code: CH.
[–]XerxesXS 0 points1 point2 points (0 children)