$ll = @("a","b","c"); ForEach ($e in $ll) {Write-Host $_}
I've spent too much time on this already and I'm tired of searching and fiddling. Who wants to make me feel silly by explaining why this PowerShell code produces no output? No errors. Just 3 new blank lines.
Edit: I know what $_ is and what it's supposed to do. It's simply not working in this loop. Thx