Page 2 of 2
Re: Can someone HELP me?
Posted: Sat Dec 04, 2010 12:05 pm
by califdon
As far as I know, the only limit would be the maximum size of an integer, which is dependent on the operating system, but is probably a 32-bit unsigned integer, which would be over 4 billion, or possibly a 16-bit unsigned integer, which would be 65,535.
Re: Can someone HELP me?
Posted: Sat Dec 04, 2010 4:33 pm
by woohoogf
So You think it surly will not make any problem if I use it for 10.000 rows yes?
Re: Can someone HELP me?
Posted: Sat Dec 04, 2010 5:02 pm
by califdon
Nothing to worry about. These functions are often used for rather large numbers.
Re: Can someone HELP me?
Posted: Sat Dec 04, 2010 5:06 pm
by woohoogf
Thank You so much.

I very appreciate Your help.