How do you convert from string to integer in a library?
in
Library and Tool Development
•
2 years ago
I am now working on making a library, and am doing fairly well because of some help that I got from a previous question. However, I'm trying to convert a string into an integer, and it isn't letting me do int(string),or (int) (string), or parent.int(string). I didn't really expect the first two to work, but still I'm stuck. Help, please?
1