vladu Posted August 5, 2012 Posted August 5, 2012 Dear collegues, I would like to get list properties and their values for any variable. How I can do this? In the different development environments using a stop-point and placing a mouse cursor over a variable it is possible to receive the property list and methods of this variable. Unfortunately using of "For In" I have not received any result #include <IE.au3> Local $oIE = _IE_Example("basic") Local $oDiv = _IEGetObjById($oIE, "line1") For $i In $oDiv ConsoleWrite("$oDiv[$i]=" & $oDiv[$i]) ConsoleWrite("$i=" & $i) Next Thank you inadvance for help, Vlad
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now