On Wed, 23 Apr 2014, Logan Kelly wrote:
> Ok. Is there a way to use strsub() to add newline to a string?
<hansl>
string nl
sprintf nl "\n"
string target = "Something or other"
target ~= nl
printf "target = '%s'\n", target
</hansl>
Allin
_______________________________________________
Gretl-users mailing list
Gretl-users@lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users