Kappa logo Kappa> Software> Strings
Strings library
In Nov 2010 I came up with a completely new idea to include long strings in Basalt within the framework of existing string variables, a problem that has exercise many minds over the years - the current Basalt uses a float variable to create a new long string type I have called a Strand, but this requires a completely new syntax and it is not well integrated.

I wrote the foundation routines and then discovered that Richard Russell, BBC BASIC for Windows, had come up with a very similar idea at almost the same time; we have shared our thoughts, but have slightly different end results.

Long string variables have to be created by the equivalent of LET and they work by reference. The library replicates all the BASIC string keywords as PROCs or FNs and will deal with any combination of normal string variables and expressions and long strings.

Strings has been updated because some of the routine names were the same as in the Longs library. All routines are now prefixed by 's'. There are a few minor bug fixes.

A StrongHelp manual is included in the download.

Download:
Strings zipfile