| |    | 85019 packages online | 
 | 
|  | 
| 
 | 
|  |  |  | | No screenshot available | 
 |  |    Uploader: Anthony.Peck@Radford.act.edu.au
   Author:   Anthony Peck
   Type:     dev/misc
   *****************************************************************
   *                                                               *
   *       ADDTEXT                                                 *
   *       -------                                                 *
   *                                                               *
   *       Adds appropriate print commands depending on required   *
   *       code output.  User can select from Pascal, C or script  *
   *       output.                                                 *
   *                                                               *
   *       Author: A N Peck                                        *
   *                                                               *
   *       Date: 09 Feb 1995                                       *
   *                                                               *
   ***************************************************************** 
   Many times have I written text for programs or script files, and then
   had to add the printf, writeln or echo commands by hand.  I decided to
   automate the process and AddText was born!
   Example
   -------
   Let's say we have a text file called "Sheep.pme" which contains the
   following tortured prose...
        Little Bo Peep was a weird little girl
             Who's main love interest was ewe
        How extraordinary this small canary
        Which it's bound tutu
                           
   ...which we would like to have in a program or script file.  Selecting
   the Script option would produce a file which looks like...
        ; Courtesy of ADDTEXT - A N Peck (1995)
        
        echo ""
        echo "        Little Bo Peep was a weird little girl"
        echo ""
        echo "             Who's main love interest was ewe"
        echo ""
        echo "        How extraordinary this small canary"
        echo ""
        echo "        Which it's bound tutu"
        echo ""
   You could now execute this script file to produce the original text.
   The Pascal version would read...
        { Courtesy of ADDTEXT - A N Peck (1995) }
        
        Writeln ('');
        Writeln ('        Little Bo Peep was a weird little girl');
        Writeln ('');
        Writeln ('             Who''s main love interest was ewe');
        Writeln ('');
        Writeln ('        How extraordinary this small canary');
        Writeln ('');
        Writeln ('        Which it''s bound tutu');
        Writeln ('');
   Note that the extra apostrophes have been added.
   Finally the C option produces...
        /* Courtesy of ADDTEXT - A N Peck (1995) */
        
        Printf ("\n");
        Printf ("        Little Bo Peep was a weird little girl\n");
        Printf ("\n");
        Printf ("             Who's main love interest was ewe\n");
        Printf ("\n");
        Printf ("        How extraordinary this small canary\n");
        Printf ("\n");
        Printf ("        Which it's bound tutu\n");
        Printf ("\n");
        
   And that's all it does!  No washing of dishes or carrying out of dirty
   linen, but perhaps a bit easier to insert text into your next program or
   script file.
   The program was written in Assembly with help from Hextract (Chas A
   Wyndham), EdwordPro (Martin Reddy), PhxAss/PhxLnk (Frank Wille),
   Convbrush (David Kinder), Iconian (Chad Randall), DPaint (Electronic
   Arts), and some others I've forgotten.  The source is provided for your
   amusement.
   I hope you find this program useful.  I take no responsibility for it's
   actions but it is freeware!  Enjoy...
                          Anthony N Peck
                          68 Woralul St
                          Waramanga ACT 2611
                          Australia
                          E-mail: Anthony.Peck@Radford.act.edu.au
 |  | 
 Contents of dev/misc/addtext.lha
  PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  282     564  50.0% -lh5- 3f54 Feb 24  1996 AddText.info
[generic]                 3759    4036  93.1% -lh5- f29a Feb 24  1996 Addtext/AddText
[generic]                16026   90758  17.7% -lh5- fbb5 Feb 24  1996 Addtext/AddText.a
[generic]                  569    2375  24.0% -lh5- 90b6 Feb 24  1996 Addtext/AddText.a.info
[generic]                 1159    3872  29.9% -lh5- a0f0 Feb 24  1996 Addtext/AddText.doc
[generic]                  553    2375  23.3% -lh5- b384 Feb 24  1996 Addtext/AddText.doc.info
[generic]                  573    2358  24.3% -lh5- cbc8 Feb 24  1996 Addtext/Addtext.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total         7 files   22921  106338  21.6%            Mar  7  1996
 | 
 |  | 
|  | 
| Page generated in 0.03 seconds | 
| Aminet © 1992-2024 Urban 
Müller and the Aminet team.
Aminet contact address: <aminet  aminet net> |