Forum Discussion
HKosova
Alumni
14 years agoHi Joanne,
Sorry, my above script had a typo. Instead of:
I've fixed the example, so it should work fine now.
Thanks for catching the error!
Sorry, my above script had a typo. Instead of:
nFreeMem = CDbl(oItem.TotalPhysicalMemory)it should be
nFreeMem = CDbl(oItem.FreePhysicalMemory)
I've fixed the example, so it should work fine now.
Thanks for catching the error!