Windows PowerShell has a string type called *here string*. It starts with
two characters _@"_ and ends with _"@_ on their own line. Is it
possible to get support for this?

Example:

@"
my string here
spans multiple lines
and can have 'different quotes'
inside
"@

Or:

@'
my string here
spans multiple lines
and can have "different quotes"
inside
'@

Or:
$MyString = @"
something interesting here
"@

-- 
<http://forum.pspad.com/read.php?2,41093,41093>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem