filippocld
Mar 10, 2016 - 21:04
I don't know if it was already solved, but i can't find a solution. I basically got an nsarray and i want to convert it to a python list.
Is it possible?
Thanks in Advance,
Filippo
I don't know if it was already solved, but i can't find a solution. I basically got an nsarray and i want to convert it to a python list.
Is it possible?
Thanks in Advance,
Filippo
list(my_array) should work.
Wow... Thanks :-)