
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* REPLACE-BAS - QBasic SUBroutine for Replacing a Textstring in a TXT File
* ==========================================================================
* This program opens the ASCII or ANSI text file "filename$" in the path
* "pathname$". 'Replace' searches all occurrences of the string "oldstring$"
* in this text file and replaces them by "newstring$".
*
*-------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* REPLACE.BAS - QBasic-Routine zum Suchen und Ersetzen beliebiger Textpassagen
*                 in einer Datei von Thomas Antoni
* =============================================================================
* Replace ist eine rasend schnelle Subroutine, die eine beliebige Textdatei nach
* einer Zeichenkette durchsucht und diese jeweils durch eine zweite Zeichenkette
* ersetzt. Mit kleinem Demoprogramm. BAS- und EXE-Datei.
*
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 11.4.2001 - 19.05.2001
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************





