DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the maximum number of user defined variables you can use?

My program is converting my defined variables to different types of variables than defined in the .vas file. Why is this?
0 Kudos
Message 1 of 2
(4,124 Views)
The answer back from R&D on this is that for DIAdem 8.1 you are limited to a maximum of 1000 User-defined (VAS-file) variables loaded into DIAdem memory at any given time.

You can spread your variables over a number of different VAS files and load and unload variables in batches to get around this limitation.

You can, alternatively, declare GPI-variables with the command OdsValAlloc()

Of course, if your variables do not need to persist past when the autosequence (script) ends, then remember that there is no limit to the number of VBScript variables available.

Regards,
Brad Turpin
0 Kudos
Message 2 of 2
(4,124 Views)