Hello Guys!
please! I'm wondering how can I extract numbers from a string? numbers Only
I use Python...Thanks in advance
Hello Guys!
please! I'm wondering how can I extract numbers from a string? numbers Only
I use Python...Thanks in advance
You can just "cast" it, like a=int(string), if I understand correctly. Note that there is a complete book about Python in the Wiki: http://www.developer.nokia.com/Commu...hon_on_Symbian
For splitting a string, use, well, split. That is a function. See http://stackoverflow.com/questions/9...bers-in-python for example.
[Side note: the blue "Post New Thread" button is located just below the list of posts.]
Last edited by wizard_hu_; 2013-02-24 at 00:40.