RE: [powershell] Powershell array question and formatting question

2017-10-19 Thread Raymond Peng
, October 19, 2017 10:58 AM To: powershell@lists.myitforum.com Subject: Re: [powershell] Powershell array question and formatting question Hi Ray, Welcome to the world of guessing! Where the powershell developers had to guess which type of arrays to give you by default. In Powershell, there a

Re: [powershell] Powershell array question and formatting question

2017-10-19 Thread Devin Rich
Hi Ray, Welcome to the world of guessing! Where the powershell developers had to guess which type of arrays to give you by default. In Powershell, there are arrays that are static (fixed length), and real arrays like you know from C#, etc. In powershell, $a = 1,2,3 will give you one of those stati