Hi
Is it not possible to access an array variable at top level from VBA and use SubItem?
I have a variable testarray with Array Dim 1: 4
In VBA:
Dim var As Variable Set var = ThisProject.Variables.Item("testarray")var is Nothing
When I change to:
Dim var As Variable Set var = ThisProject.Variables.Item("testarray[0]")var is not Nothing
6.22 SP1 Build 8
Regards