How to access the dynamic array bit by bit ex bit [15:0]array[variable_length]

In reply to Tanajirao:

Hello Rao,
Please try with for loop and collect the individual array elements into another array. And create the sequence with it.

Thanks.