Author Topic: Stringbuffer Library  (Read 8453 times)

0 Members and 1 Guest are viewing this topic.

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
    • View Profile
Stringbuffer Library
« on: January 18, 2020, 09:06:58 pm »
Here comes my brand new library, which hopefully turns out useful to others as it did to me.

The Stringbuffer System
You may use it for simple file buffering or as general purpose storage. It has 35 SUBs/FUNCTIONs which allow you to 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.

EDIT:
Download attachement removed ...
This library is now part of my Libraries Collection, which you can download from the bonus stuff section here: https://qb64forum.alephc.xyz/index.php?topic=809
« Last Edit: January 31, 2022, 07:02:48 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack