Short:    Useful include files for MUIbase v1.3+
Author:   muibase@rripley.de (Ralph Reuchlein)
Uploader: muibase@rripley.de (Ralph Reuchlein)
Version:  1.1
Type:     biz/dbase
Kurz:     Nützliche Include-Dateien für MUIbase v1.3+
Date:     16-Jan-2000
Replaces: biz/dbase/mb_rrfuncs.lha


                           MUIbase rr_funcs
                           ================


PURPOSE

   This archive contains the latest 8 include files for MUIbase's
   programming language.  They can be used for nearly every purpose
   within MUIbase.

   This package is eMailware, which means, that if you like this piece
   of software, you have to write me an eMail (address see end of
   readme).



HISTORY

   v1.1:
   - added some functions

   v1.0:
   - public release



INSTALL

   Unpack the archive to MUIBASE: using

      lha x mb_rrfuncs.lha MUIBASE:



REQUIREMENTS

   - OS 3.0 and higher
   - a registered version of MUIbase 1.3 or higher



USAGE

   You have to bind in the include files with a #include call.  Due to
   speed reasons, you should embed the #include in a #ifndef
   expression like this:

      #ifndef RR_GENERAL_MBI
      #include "MUIbase:include/rr_general.mbi"
      #endif

   I recommend always to include the rr_general.mbi. This file contain
   a lot of simplified keywords. For example you can use

      FUNCTION callMe(parameter)
         ...
      END

   to show a function instead of the standard MUIbase function
   definition:

      (DEFUN* callMe(parameter)
         ...
      )

   You can also use keywords for a more readable MUIbase program, e.g.
   like this

      (IF (NULL Table.Attribute) THEN (msg "I am empty!") ELSE (msg Table.Attribute))

   The 'THEN' and 'ELSE' helps separating the three expressions of an
   (IF) clause, but have no functionality. By the way (msg) is a
   simple function defined in rr_general.mbi for showing an easy
   information requester.

   Have a look to the include files, how MUIbase works and feel free
   to use the functions.



DISCLAIMER

   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
   TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
   PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
   USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
   OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
   SUCH DAMAGE.



MISC

   Suggestions and bug reports are welcome.

   At the moment there is no documentation for the various functions.
   Maybe later ...



OTHER MUIBASE PROJECTS

   mb_rrAutoDocs  an AutoDoc creator that also generates AmigaGuide®
                  files

   mb_rrWarentest (only for Germans) eine Datenbank über alle Artikel
                  des Test-Heftes der 'Stiftung Warentest'.



CONTACT

   snail  Ralph Reuchlein
   mail:  Eibseestr. 18c
          86163 Augsburg
          GERMANY
   
   eMail: muibase@rripley.de
   WWW:   http://www.rripley.de
   IRC:   RRipley on #germany

   Have a look to the MUIbase homepage at

      http://www.amigaworld.com/support/muibase/

   MUIbase is © 1998-1999 Steffen Gutmann


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
    4187    1192 71.5% 28-Feb-99 11:04:54 +rr_conv.mbi
    1682     621 63.0% 28-Feb-99 11:56:42 +rr_GetOS.mbi
    5070    1332 73.7% 13-Jun-99 12:00:28 +rr_list.mbi
    6374    1537 75.8% 28-Feb-99 12:01:44 +rr_numeric.mbi
    8490    2512 70.4% 10-Mar-99 10:58:58 +rr_timedate.mbi
   19324    3943 79.5% 16-Jan-00 11:42:56 +rr_fileio.mbi
    5177    1629 68.5% 16-Jan-00 16:02:28 +rr_general.mbi
   22345    5490 75.4% 16-Jan-00 12:33:38 +rr_strings.mbi
    3538    1799 49.1% 16-Jan-00 19:09:12  mb_rrfuncs.readme
-------- ------- ----- --------- --------
   76187   20055 73.6% 18-Jan-100 02:10:28   9 files
