Word of caution when using Heredoc strings. Make sure you don't tab
or indent (to improve readability for example) the heredoc ender
(last line) line.
From the documentation (bold is mine)
"Heredoc strings are ended by the same sequence which started it, on
a line by itself at the beginning of the line."
$map := """
header:[Whats New]English Header;
text:[Whats New]English Text;
"""
but this doesn't:
$map := """
header:[Whats New]English Header;
text:[Whats New]English Text;
"""
Regards, Michael.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/