Jump to content

[?] AutoItObject Question


Recommended Posts

Hi guys, I've been working with AutoItObject and I'm curious about a thing.

This code:

#include 'AutoItObject.au3'

_AutoItObject_Startup()

Global $_oBasicObject = _AutoItObject_Create()

_AutoItObject_AddProperty($_oBasicObject, 'prop', $ELSCOPE_PUBLIC, _AutoItObject_Create($_oBasicObject))

Ok, when you use _AutoItObject_Create you can copy all the properties from another object, but now he is copying himself, so the value of $_oBasicObject.prop will be another object with an exact property and is a loop or what? Then $_oBasicObject.prop.prop.prop is another object with another prop?

Codes codes codes.

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

×
×
  • Create New...