Michael Somos on Sun, 15 Dec 2002 12:57:41 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Vec vs Vecsmall |
pari-dev, Karim wrote : > But then we lose Vec("abc") --> ["a", "b", "c"]. Yes, exactly. > Since there's no easy way to go from integer to character value Actually, there is. Just index into a vector like char[65] == "A" if you need to do so. Of course, we could supply a function which would do that also. Shalom, Michael