Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ram Bus
Message
From
14/11/2006 13:53:49
 
 
To
14/11/2006 10:14:20
General information
Forum:
Windows
Category:
Hardware
Title:
Miscellaneous
Thread ID:
01168511
Message ID:
01169593
Views:
13
Thank you,

It is actually all needed code? wrote and compile but doesn't display any results, isn't supposed to display any info on screen??

procedure RamSpeed
*-- 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
RETURN lcResult
endproc
If you choose not to decide you still have made a choice...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform