4 lines
59 B
PowerShell
4 lines
59 B
PowerShell
|
|
$Array = @( "Apple", "Orange" )
|
||
|
|
$Array.Count
|
||
|
|
$Array.Length
|