VBScript Function

How to Insert Line Breaks. To insert a line break into a Windows PowerShell script use the backtick (`) : Write-Host ` "This is a continuation of the line." ................
................