> It just makes the code a bit more complex and adds yet another test
> case that may never be tested until a customer tries it. Other
> than that, it doesn't matter.
No matter what the length limit is, you'll have to implement the limit
and test the limit.
Why is testing 1K bytes easier than testing 100K bytes?
Larry