'+---------------+---------------------------------------------------+
'| ###### ###### |     .--. .         .-.                            |
'| ##  ## ##   # |     |   )|        (   ) o                         |
'| ##  ##  ##    |     |--' |--. .-.  `-.  .  .-...--.--. .-.        |
'| ######   ##   |     |  \ |  |(   )(   ) | (   ||  |  |(   )       |
'| ##      ##    |     '   `'  `-`-'  `-'-' `-`-`|'  '  `-`-'`-      |
'| ##     ##   # |                            ._.'                   |
'| ##     ###### |  Sources & Documents placed in the Public Domain. |
'+---------------+---------------------------------------------------+
'|                                                                   |
'| === stringbuffer.bm ===                                           |
'|                                                                   |
'| == Simple string array based buffer system for your storage needs.|
'|                                                                   |
'+-------------------------------------------------------------------+
'| Done by RhoSigma, R.Heyder, provided AS IS, use at your own risk. |
'| Find me in the QB64 Forum or mail to support@rhosigma-cw.net for  |
'| any questions or suggestions. Thanx for your interest in my work. |
'+-------------------------------------------------------------------+

The Stringbuffer System


You may use it for simple file buffering or as general purpose storage. You can read and write data, search data (fwd/rev), copy & paste data blocks and use bookmarks. The buffer system supports Windows as well as Linux/MacOSX line endings and can convert one to the other.


Table of Contents

GENERAL

INIT, LOAD & SAVE BUFFERS

READ & WRITE DATA

SET & RECALL BOOKMARKS

SEARCH DATA

COPY & PASTE DATA

POSITION CONTROL

EOL CONVERSION