$ListOfUsers[0] was my thinking of how you initialise an array
I've since learned elsewhere that this is accomplished with
$ListOfUsers = @( )
But now when I reference the array, I get the error:
Array assignment failed because index '0' was out of range.
Basically, how do I create an array...
Hi, I've just joined here because it looks like a good place to troubleshoot PowerShell (which I've just started to learn) and I'll be doing some Android programming at some point so I'm sure I'll be needing all you guys help.
Ok...My problem is that the code below brings about the dreaded...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.