Powershell - Array
About
Collection - Array in Powershell
Management
Init
- Code
$foo = "Nico","Gerard"
- GetContent - return one element by line in an array
Join
$foo = "Nico","Gerard"
$foo -join ' '
To String
- Cast
[string]$foo
Properties
length
$MY_ARRAY.length