From: heraklea at gmx.de (heraklea at gmx.de) Date: Tue Oct 23 08:35:34 EDT 2012 |
|
Hello, could anybody explain me how to get a property with arguments. WshEnvironment Object: Object.Item(natIndex) This does not run : (define ENV (com-get-property WSHShell "Environment") ) (com-get-property ENV "Item" "SYSTEM") Error: com-get-property: failed for "Item" (8002000e; Unzulässige Parameteranzahl.) Is this possible with ffi/com? Yours,
Posted on the users mailing list. |
|