On Fri, 9 Jun 2017, L A Walsh wrote:
Chris F.A. Johnson wrote:On Fri, 9 Jun 2017, L A Walsh wrote:---- First problem: If you are assigning a string to a variable, you need to put quotes around the string.You don't need to quote it unless it contains literal whitespace.Not exactly true -- "any" type of white space, including newlines, which was the case in Greg's example.
A newline IS literal whitespace. -- Chris F.A. Johnson, <http://cfajohnson.com>