> Does anybody convert the numerical values in the returned xml-string > to integers? I_m thinking of values like favorites_count, > followers_count, (user) id and (status) id, timestamp among others. > Is it resonable to convert them to 32 bit unsigned integers? Or do > they sometimes return negative values?
I convert *_count; I don't use id much in my application, but I have never seen it or any other of these values be negative, so I am treating them as unsigned. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected] -- I, for one, welcome our new C64 overlords. -- John Floren ------------------
