<head><title>ColdC: Function/Method Reference: strings_to_buf()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: strings_to_buf()</h1> <hr> <p> <font size=+1><i>BUFFER</i> <b>strings_to_buf</b>(<i>LIST <b>strings</b>[, BUFFER <b>sep</b>]</i>)</font> <p>This function builds a buffer from the strings given in the list <var>strings</var>. Each string represents a line which is terminated with a carriage return and a newline (ASCII 13 and 10, respectively). If the argument <var>sep</var> is specified, each string is terminated with it instead. <p><hr size=4><p align=center><i>Last Modified on 24 Mar 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>