Hi EveryBody.
I have a problem with arrays in Python. Can you please help me?
the fact is that there is a program here (I don't know who has written it) that returns an array to me and I must show the results in a list box (QT).
the problem is that I don't know anything about how to handle the array result. it may be [], [(0),] or [3].
I really don't have an idea about the program, but would you please tell me how to work with arrays and convert their results into strings?
I'd be thankful so much.
thanks everybody...
