Given the following:

array text($foo;2)
$foo{1}:="foo"
$foo{2}:="bar"

$Collection_B:=new global collection("foo_B";$foo)

$Collection_A:=new global collection("test_A";current time)
$Collection_A{"Collection_B"}:=copy collection($Collection_B;*)

If I dump collection on $Collection_A, Collection_B is there, and the contents of Collection_B{"foot_B"} are there...

My question is; is it possible to directly get the value of Collection_B{"foo_B"}{2} (in this example = "bar") without having to copy Collection_B out of Collection_A first?

$value:=$Collection_A{"Collection_B{"test_B"}{1}"} does not work.

--
Bart Alcorn          AvantraNet, Inc.
Office:   678-580-3265
Mobile: 770-335-5518
AIM/iChat: AvantraNet

_______________________________________________
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