Hi, I would like to know if it is possible to create a dynamic string array which process each string input as an element of the array. Let me explain this question in more detail:
I want to create a 2x2 dynamic string array named my_array. 1st row elements are "dog", "cat"; 2nd row elements are "sheep", "cow". When I recall my_array I want to get following results (lets assume first elements are indexed as 1)
my_array(1,1): "dog"
my_array(1,2): "cat"
my_array(2,1): "sheep"
my_array(2,2): "cow"
And I also want this array to be updated dynamically for example I want to assign my_array(3,1): "eagle"
Is there a way to use that kind of thing in DXL? Many thanks in advance?
#DOORS#Support#Sustainability#EngineeringRequirementsManagement#SupportMigration