Limits of Harbour

Limits of array elements and String Size

Q:  Clipper had a limitation of the maximum array elements of 4096.  Does this apply in Harbour?

A: No. Harbour is limited only by available memory which can allocate single process. String size is also unlimited.  In Clipper string items are limited to 64KB. The size of macrocompiler string is also unlimited anyhow if generated code will use internally jumps longer then 8MB macrocompiler will report RT error but cleanly without any memory corruption like in Clipper or xHarbour.

Przemek

Source : https://groups.google.com/forum/#!topic/harbour-users/_bEGMVwOqpA

One response to “Limits of Harbour

  1. Pingback: What is / What Are … | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.