In PowerShell, you can multiply strings: the string is repeated which can be useful for creating separators:
This works for words, too:
You can create a text array by converting the text to an array by first wrapping it into @() before multiplying it:
Posted
Dec 16 2008, 08:00 AM
by
ps1