Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

count specific number in array powershell

$countCredit = for($x=$grade.count; $x -gt 50 ; $x++) { $grades[$x] } 
Write-Host "Credits Earned: " $countCredit
 
PREVIOUS NEXT
Tagged: #count #specific #number #array #powershell
ADD COMMENT
Topic
Name
7+6 =