Hi, I've got a list of strings, is it possible to convert it to an list of ints?
eg: ["1","2"] -> [1,2]
THANKS,
|
|
Hi, I've got a list of strings, is it possible to convert it to an list of ints? eg: ["1","2"] -> [1,2] THANKS,
|
|||
|
|
|
|
Well
No? |
||
|
|
|
It did work for me too.. thanks! |
||
|
|