Hello,
I was going through Chris's new Memblock explanation and I ran into someplace I couldn't figure out. It was on this page
http://www.binarymodular.com/main/articles.php?article_id=75
Chris creates the memblock as a 2 (word, rangeL 0-65535) but then it looks like he fills it with float??? I thought that you had to designate the size of the memblock first? So if he is filling it with 60 floats, how does that work? or does dbpro automatically increase the size of the memblock as needed? and if that is the case, why declare a specific memblock size when you can just declare whatever and increase automatically as needed?
Thanks to all who understand this stuff