IXguru2013
MIS
- Jun 13, 2013
- 7
I am new to powershell. when writing how do you continue to the next line in your editor or notepad.
For example:
$body="blah blah foo foo foo"
My goal is
$body="blah blah
foo foo"
I will need to continue this by not using words wrap so that no errors occur. How can I continue to the next line with out braeking the script? Should I use _ '
Thank you.
For example:
$body="blah blah foo foo foo"
My goal is
$body="blah blah
foo foo"
I will need to continue this by not using words wrap so that no errors occur. How can I continue to the next line with out braeking the script? Should I use _ '
Thank you.