Mailing List Archive

Max Row
Greeting:

What is the max size for the $maxrow and can I change it in the source
code?

Ruben
--
Ruben I Safir

ruben@sruben.dental.nyu.edu
ruben@wynn.noSppam.com

Perl Notes:
http://www.wynn.com/jewish/perl_course

http://www.brooklynonline.com
Manager of Intranet Development NYU College of Dentistry
Resume: http://www.wynn.com/jewish/resume.html
RE: Max Row [ In reply to ]
> What is the max size for the $maxrow

it's an integer, which is on most systems 32Bit signed.

> and can I change it in the source
> code?
>

epmain.c about line 1859

r -> nTabMaxRow = 100 ;

Gerald