Hi,

i try to use win32ole for a wmi request. I have som difficulties, because 
in the provided samples the resulting rows are known and so properties can 
be adressed directly. But, how can i iterate over a result, and print the 
values, when i do not know the resulting columns in advance??

For example with a loop like this:

for (var prop in wmires){
    for (var i=0;i<wmires[prop].length;i++){
    console.log(wmires[m] + ': ' + wmires[prop][i]);
    }
 }

All my tries produce some kind of conversion issues with V8Variant, which i 
do not understand.

Can anybody provide an example??


Cheers


Thorsten

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/b8b7cb22-b676-4739-995f-d2a8e6ce9d32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to