<head><title>ColdC: Function/Method Reference: buf_to_strings()</title></head> <body> <h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: buf_to_strings()</h1> <hr> <p> <font size=+1><i>LIST</i> <b>buf_to_strings</b>(<i>BUFFER <b>buf</b>[, BUFFER <b>sep</b>]</i>)</font> <p>This function converts the buffer specified by <var>buf</var> to a list of strings. Each string is a line in the buffer, terminated by a newline. It will alternatively split the strings based off the buffer <var>sep</var>, if it is specified. Note: it is not necessary to specify both a carriage return and a newline as the seperator--if both exist--as the newline will be sufficient to break the string, and the carriage return will be discarded as an unprintable character in the string. <p><hr size=4><p align=center><i>Last Modified on 24 Mar 1996</i> <br><i>Copyright © 1995, 1996, Brandon Gillespie</i> </body>