Short:    A Wizard to make letter (FRENCH)
Author:   martin@esa-igelec.univ-nantes.fr (David MARTIN)
Uploader: martin@esa-igelec.univ-nantes.fr (David MARTIN)
Version:  1.00 (Avril 98)
Type:     util/rexx
Requires: WordWorth 5.0 or higher



>-------- FRANCAIS -----------------------------------------------


DESCRIPTION:

                Le magicien permet de creer facilement des lettres
           sans se soucier de la mise en page. Différentes options
           sont possibles.
                Pour l'installer,  il suffit de copier  le fichier
           "Lettre" dans le repertoire  WWRexx  de WordWorth et de
           l'ajouter aux magiciens deja presents dans la liste.

                Le gabarit  (#?.template)  fera la meme chose avec
           les options et la facilité en moins (c'est mon point de
           vue :)).


REMARQUE :
                Lors de la realisation du magicien, j'ai rencontre
           un probleme dont l'explication m'echappe encore ...  En
           effet,  RESULT  ne renvoie pas toujours une valeur mais
           la chaine de caractères "RESULT";d'ou le test sur cette
           chaine dans le magicien pour eviter des problemes.   Si
           quelqu'un sait resoudre ceci, qu'il me le dise SVP.


>-------- ENGLISH -------(sorry, my english is not perfect ;)------


DESCRIPTION:
                The wizard enable you to create easily some letters
           without  thinking  about the form of the letter.  It has
           different options.
                To  install the wizard, just copy the file into the
           directory  called  WWRexx  and  add  this  wizard to the
           others with the appropriate requester.

                The file  #?.template realize the same thing with a
           loss of options and simplicity I think!


NOTE:           When I made this wizard,  I  had a problem with the
           RESULT function which do not always give back  its value
           but the string  "RESULT" .  That's why I made a test (IF
           testmouse="RESULT" THEN ...) to solve this problem.
                If you know how to solve it in a better way, please
           tell me.


