home *** CD-ROM | disk | FTP | other *** search
- '* ------------------------------------------------------- *
- '* Listing 3: Editor mit "SAVE" alle fünf Minuten *
- '* ------------------------------------------------------- *
- TIMER ON : ON TIMER(300) GOSUB scopy
- ......
- REM editor
- ......
- END
-
- scopy:
- ......
- REM TextAbspeichern
- ......
- RETURN
- '* ------------------------------------------------------- *