Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ARRAY size
#1
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
#2
QM does not limit array size. Can be about 1 GB. Because 2 GB is all address space.
Macro Macro2296
Code:
Copy      Help
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>?


Forum Jump:


Users browsing this thread: 1 Guest(s)