LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

InsertTableRows

Anyone knows how many rows i can insert with InsertTableRows istruction ???

Thank's
Marco


0 Kudos
Message 1 of 2
(2,976 Views)

Assuming you're using version 7.0 or later of CVI, you can create as many rows as your overall process memory allows. How much additional memory you need depends on how many columns you already have, and the data type of each cell. The function will return an "out of memory" (-12) error if you don't have enough memory.

 

Luis

0 Kudos
Message 2 of 2
(2,973 Views)