Search found 1 match

by Mschmalenbach
Mon Jul 04, 2016 4:55 pm
Forum: Other topics
Topic: Memory usage & availability with arrays
Replies: 1
Views: 874
Flag: Great Britain

Memory usage & availability with arrays

I am wondering what the maximum size of arrays can be? Is there a way to determine at run time, how much memory is available for use by user variables? Related to the above, is there anyway to create dynamic linked lists without having to guess at maximum size of the list and dimensioning arrays at ...