Read About Powershell Array Of Arrays In Detail.

Asked By 0 points N/A Posted on -
qa-featured

Hello everyone,

I am curious to know about the powershell array of arrays. If anyone knows about creating one, please tell me in detail.

Please reply ASAP.

Thank you.

SHARE
Answered By 0 points N/A #299309

Read About Powershell Array Of Arrays In Detail.

qa-featured

To create an array of arrays in PowerShell, just perform the following steps, and your problem will be over:

  1. First, create an array and save it in a variable.
  2. Then, create more of them, and save them in variables too.
  3. Now, use the previousarrays and separate all of them using the comma operator.
  4. At last, assign the arrays to a single variable.

It is how you can create an array of arrays in PowerShell.

Related Questions