> "Assuming you are using CGIDEV2 Version 2004-09-02 17:40:18 or later, 
> CGIDEV2's HTML output buffer can grow up to about 2 terabytes.

I agree that the OP's problem is due to having an older version.  However, 
the output buffer can't be 2 TB.

The reason is because you're using a variable called "OutBufAlloc" to keep 
track of how big the output buffer is, and this variable is defined as 
"10U 0".   Since the largest number that a 10U field can store is 
4,294,967,295, the program would crash with a "Receiver Value too Small to 
Hold Result" if you tried to exceed 4gb.

However, I can't imagine anyone ever needing to exceed 4gb.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Easy400Group/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to