Hello

Is it possible to find out if a collection is global or local?

like:
$c1:=new global collection
$c2:=new collection

If(IS A GLOBAL VARIABLE($c1))
    $c1{"child"}:=new global collection
Else
    $c1{"child"}:=new collection
End if

I need this, because in some methods I have to create new child-collections,
global or local in case of the type of the parrent-collection.

Regards, Oliver

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to