1. Where do I find doc on GlobalMemoryStatusEx, its not in the help. I get a hard compile error, not a warning.
2. re SUBTOTAL: I thought I was in Alpha 3, Ill check
3. Is there a limit to the number of arguements on a procedure call?

Quote Originally Posted by Vincent Oorsprong View Post
Frank,


The GlobalMemoryStatus function has been superceded years and year ago with GlobalMemoryStatusEx. The "Ex" version uses a real struct vs the old a semi-struct. We want/need to get rid of the semi-structs so I feel it is good that you get a warning about this. Rewriting the code is adding "Ex" and maybe rewrite the way you get some of the data from the result variable.


AFAIK Alpha 3 added the subtotal back


I would have not written the code this way but using Num_Arguments to handle the arguments dynamically