LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What are the environment limits for Labview Arrays?

Quite simply, how big can they get?
0 Kudos
Message 1 of 3
(2,781 Views)
It's my understanding that they can get as big as your memory will allow. It is determined by what type of element you have defined in your array as to how many elements you can have. I know that's not an exact answer, but basically it's the amount of memory available divided by the bytes for one element of the array. That will determine the size the array can be.

Mark
0 Kudos
Message 2 of 3
(2,781 Views)
In most languages the other limitation to allocating arrays is usually continuous memory since memory for an array is allocated in a continuous block. A little in the weeds but it can come up if you're concerned about memory use.
Kamran
An
0 Kudos
Message 3 of 3
(2,781 Views)