***************************************************************************


*******************************

FLIB v2.2

*******************************

by François LEIBER

http://leiber.free.fr/


***************************************************************************


This is a advanced library for BASIC-programmers, including many functions, basic ones as well as sophisticated ones, compatible with all ROM and hardware versions.

Release 2.2, 11-16-2000.
Copyright 2000 by François LEIBER.

This program can be freely distributed, on condition that you leave it unmodified and that you join this text with.
If ever you use it in one of your BASIC programs, thanks to mention me in you readme file, I would be pleased !



I WROTE THIS LIBRARY FOR ALL THE BASIC PROGRAMMERS, SO IF EVER YOU NEED A FUNCTION, NOTICE ME OR YOU'LL NEVER HAVE IT!


  1. Requirements
  2. How to use Flib
  3. History
  4. Known bugs
  5. Credits
  6. Info



Requirements:


You can place flib() in any folder and archive it as you want.

I've also prepared a 92+ version, and I've even ported all the examples!



How to use Flib:

You only have to type, in a basic program usually,


example:
flib("clrscr","msg:Hello, World!", "slrcl")

If you use functions from the second library (flib2):

example:
flib2("version","mkhs:10,500,fl,sc","hide:sc")

The list returned by flib is placed in the variable 'fl'.

Each command is a string, read Flib functions to know what different functions are now available.



History:

v2.2 - 16/11/00 - 6 045 + 6 469 octets


v2.1 - 10/02/2000 - 6 359 + 4 263 bytes

v2.0 - 08/23/00 - 5 749 + 4 467 bytes


v1.8 - 07/25/00 - 8 057 bytes


v1.7 - 05/29/00 - 8 065 bytes


v1.6 - 05/12/00 - 7 001 bytes


v1.5 - 04/19/00 - 5 987 bytes


v1.4b - 04/11/00 - 5 147 bytes


v1.4 - 04/10/00 - 5 107 bytes


v1.3 - 04/08/00 - 5 029 bytes


v1.2 - 04/04/00 - 4 303 bytes


v1.1 - 03/21/00 - 3 667 bytes


v1.0 - 03/12/00 - 2 153 bytes




Known bugs:

I don't think there is any real bug, but:




Credits:




Info:

I know my translation of this text is far from good, but I've already made quite an effort to do it, so be comprehensive, I'm French :-)

For any suggestion, commentary or bug (that would be quite surprising;-) ), you can e-mail me at:

francois.leiber@libertysurf.fr

All the ideas are welcome!

All my program updates are first on my (french) webpage:

http://leiber.free.fr

Now that I've begun C programming, I think I'm going to make many other programs, but unfortunately I lack time (studies are becoming quite invasive).
Anyway, I encourage warmly all those who would like to start C programming but who hesitate, and that's why my source code is given in this package. But I repeat, don't change three characters and then replace my name by yours to distribute this program with another name, as it is arriving much to often, unfortunately.


Back to the top of the page