mistake in documentation?
Posted: Tue Jul 04, 2017 12:56 am
Hello, in the STRING chapter you can see following example:
whenever I try the second way (with the "\") I get the error:If a newline character follows a backslash, Hollywood will insert a newline character into the string also and will continue parsing the string on the next line. For example, the following two statements create the same string:
a$ = "Hello\nWorld!"
a$ = "Hello\
World!"
ThanksError in line 2 (Unnamed1): Unknown sequence character after backslash!