You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i ty to use win32ole for wmi. I have som difficulties because in the samples the resulting rows are known. 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 m in wmires){
for (var i=0;i<wmires[m].length;i++){
console.log(wmires[m][i]);
}
}
But this produces some kind of conversion issues with V8Variant, which i do not understand.
Can you provide an example??
The text was updated successfully, but these errors were encountered:
Hi,
i ty to use win32ole for wmi. I have som difficulties because in the samples the resulting rows are known. 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:
But this produces some kind of conversion issues with V8Variant, which i do not understand.
Can you provide an example??
The text was updated successfully, but these errors were encountered: