Hi there
Does anyone know if there is a way to spread the text contents of a local macro across multiple lines?
The desired result is to display:
First line
Second line
Does anyone know if there is a way to spread the text contents of a local macro across multiple lines?
Code:
local lines """First line" "Second line""" disp "`lines'"
First line
Second line
Comment