cq
cq copied to clipboard
I can't convert strings to numbers
I would like to parse a string into a number, but none of the parsing functions from Java are available, such as Integer/parseInt.
Thanks for the issue - I've ran into this as well before - I've found using read-string useful, but I'm not sure about the security implications if it's untrusted data
In general it would be a good idea to support this in a neater way though!