Jump to content

Get list of properties and their values


 Share

Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...