home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 167.lha / SysReqst.Read < prev    next >
Text File  |  1988-04-28  |  1KB  |  23 lines

  1. After reading a humerous article "JokeBench" in issue 1.2 of AmigoTimes, I
  2. became inspired. This little hack is the result of it. The program randomly
  3. throws up strange System Request. It runs in a loop and every 5 to 10
  4. seconds pops another one onto your screen. There are only 12 different
  5. messages that it can choose from, so it will repeat itself.
  6.  
  7. The program was written in AmigaBASIC and compiled with the absoft Basic
  8. Compiler. I have included a listing of the original BASIC code. It can be
  9. incorporated into any basic program you are writing. To use it just merge
  10. the file onto the end of your coding. (Check to see if there is no
  11. duplication of variable names.) I have fairly well documented the listing
  12. with REMark statement. You should be able to utilize it in whatever you are
  13. doing without too much hassle. Any problems leave me a message on the CA-AUG
  14. BBS.
  15.  
  16. Enjoy:
  17. Michael Fahrion
  18.  
  19. Oh yea, How do you get out of it?... When the requestor is on the screen
  20. click in it's window, but NOT on a button. Now there will be a pull down
  21. menu that says "QUIT". Select it and it's all over now baby blue.
  22.  
  23.