You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Ruben I Safir <ru...@sruben.dental.nyu.edu> on 2000/05/08 16:31:35 UTC

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

Posted by Gerald Richter <ri...@ecos.de>.
> 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