![](https://secure.gravatar.com/avatar/40815e9f08d15c3b5f6db22ac908f424.jpg?s=120&d=mm&r=g)
June 24, 2005
12:49 p.m.
Hello, I'm currently in the process of switching from Numeric to numarray but have a problem with array of strings. It seems that numarray (with its strings module) only accept array of fixed-length strings but the problem is that I got an array that I'm filling on demand, and I don't know beforehand how big the strings will be. With Numeric, I use array of PyObject (performance is not an issue here) and it seems to have disappear with numarray. Can anyone confirm this ? And how could I manage array of strings with arbitrary lenght ? (except the obvious solution of defining a big enough lenght at the beginning, but I don't like it). Thanks
7176
Age (days ago)
7177
Last active (days ago)
2 comments
2 participants
participants (2)
-
Nicolas Pernetty
-
Robert Kern