- Code: Select all
$h[$word] += ''
Wouldn't it make more sense to use this instead?
- Code: Select all
$h[$word] += 1
this would store the Count of occurrences for each word.
Cheers,
Joakim
$h[$word] += '' $h[$word] += 1Return to PowerShell for Developers
Users browsing this forum: No registered users and 1 guest