Posts: 1,000
Threads: 253
Joined: Feb 2008
Ok...just to get this on the record. What is the biggest an ARRAY can be in QM?
Is there an error when the array exceeds that size?
-Jim
Posts: 12,135
Threads: 142
Joined: Dec 2002
QM does not limit array size. Can be about 1 GB. Because 2 GB is all address space.
Macro
Macro2296
ARRAY(byte) a.create(1000000000) ;;ok
ARRAY(byte) a.create(2000000000) ;;Error (RT) in <open ":1: /12">Macro2296: 0x8007000E, Not enough storage is available to complete this operation. <help #IDP_ERR>?