Quote:
Originally Posted by Erel
The Hardware library GCAllocatedMemory
|
Quote:
Sub Globals
Dim somespace(1024)
somespace(0) = 0
End Sub
Sub App_Start
Form1.Show
hw.New1
mem.Text = hw.GCAllocatedMemory
End Sub
|
Gives me back a zero byte string, but I'm not sure how to use it as it's not in the docs, or in the popup control parm list. Do you have a sample on how to use it correctly?
Scub
__________________
PPC: IPAQ 2210, 2GB, CF GPS, CF Wireless
Mobile: Samsung Omnia I900 (WM6.1)
|