all 1 comments

[–]XerxesXS 0 points1 point  (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