1: # My first PowerShell haiku
2: $herestring = @"
3: This is the best way
4: when you want to span across
5: multiple lines, dude.
6: "@
Hope this helps.
1: # My first PowerShell haiku
2: $herestring = @"
3: This is the best way
4: when you want to span across
5: multiple lines, dude.
6: "@
Hope this helps.
Permalink to : http://halr9000.com/article/475
No comments yet.