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


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

FLIB 3.0

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

by François LEIBER

http://leiber.free.fr/


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


This is an advanced library for BASIC programmers, including many functions, basic as well as sophisticated, compatiblity with all ROM and hardware versions, and no kernel requirement.

Release 3.0, 05-05-2001.
Copyright 2000-20
01 by François LEIBER.

This program can be freely distributed, on condition that you leave it unmodified and that you include this text with it.
The complete source of Flib can be downloaded on my web page.

If you ever use it in one of your BASIC programs, please mention me in you readme file, I would be very pleased!



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

By the way, I'm looking for:

Write me if you are ever interested!


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



Requirements:


You can place both programs in any folder (everybody should leave them in 'main' so you won't have a copy in 15 different folders), and I strongly suggest you archive them.



How to use Flib:

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


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:

v3.0 - 05/05/01 - 7 981 + 8 089 bytes


Anniversary - 03/12/01 - 6 613 + 7 597 bytes


v2.31 - 02/27/01 - 6 781 + 6 243 bytes


v2.3 - 02/20/01 - 6 707 + 6 325 bytes


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


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, comment, or bug (that would be quite surprising;-) ), you can e-mail me at:

francois.leiber@laposte.net

All ideas are welcome!

All my program updates are first available on my (French) web page:

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 happening much to often, unfortunately.


Back to the top of the page