string to number (int or float) #7642
k1attila12
started this conversation in
General
Replies: 2 comments
-
Here it is recommended to use
This isn't done for methods because it has be done in a lot of places in the codebase IIRC. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perfect, thank you Sir ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
n:="xxxxx"
println(n.int())
I get here : 0
How can i get an error ? (because sometimes n:=0 and i get 0 too.)
Beta Was this translation helpful? Give feedback.
All reactions