	Purpose
Break text into lines.

	Method
Move through the text using InStr to locate the vbCrLf characters. Then use
Mid$ to copy the different lines to separate variables.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. 