Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ram Bus
Message
From
14/11/2006 14:25:16
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
14/11/2006 13:53:49
General information
Forum:
Windows
Category:
Hardware
Title:
Miscellaneous
Thread ID:
01168511
Message ID:
01169604
Views:
15
Try this:
*-- returns the speed of each of the ram chips
LOCAL lcResult
lcResult = []
IF VERSION(5)>600
LOCAL loWMI, oItems, oItem
loWMI = GETOBJECT("winmgmts:\\.\root\cimv2")
oItems = loWMI.ExecQuery("select * from Win32_PhysicalMemory")

FOR EACH oItem IN oItems
lcResult = lcResult + TRANSFORM(oItem.Speed)+CHR(13)+CHR(10)
ENDFOR
ENDIF
MESSAGEBOX(lcResult)
I am a little rusty on FoxPro, but this should do it.
Very fitting: http://xkcd.com/386/
Previous
Reply
Map
View

Click here to load this message in the networking platform