Code Archives
The code archives contain small snippets of code that can be used in your Blitz programs. All code is free to use and modify without restriction, unless otherwise stated.
If you find any of this code useful, please consider donating.
| Filename | Description | Last Updated |
|---|---|---|
| Blitz_Basic_AsciiConstants.bb | Constant values for the first 128 characters of the ASCII character set. | 24/08/2007 |
| Blitz_Basic_Bank.bb | PeekString, PokeString and DumpBank. | 27/08/2007 |
| Blitz_Basic_Bool.bb | Converts a string to a boolean value and vice-versa. | 10/09/2006 |
| Blitz_Basic_Endian.bb | Functions for converting between endian formats. | 26/10/2007 |
| Blitz_Basic_HexToInt.bb | Converts a hexadecimal string into an integer value. | 10/09/2006 |
| Blitz_File_FileName.bb | Commands for splitting a file path into file name, directory and extension. | 27/08/2007 |