home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !BBS / BBS / Notes / Usefulbits / FeedBack next >
Encoding:
Text File  |  1996-09-16  |  872 b   |  36 lines

  1. {
  2. | User feedback script
  3. | Alex Howarth (03 June 1996)
  4.  
  5. | Demonstrates the use of RECORDPRINT (like BPUT)
  6.  
  7. REPORT "User Feedback"
  8. STD CLS
  9. CLEARRECORD
  10. RECORDPRINT"-->> Opened for "+USERNAME+" (#"+USERNUMBER+") at "+TIME+" on "+DATE
  11. BFG 3 
  12. PRINT "Please make a few comments.." NL
  13. PRINT "Comments should be constructive" NL
  14. PRINT "Either about :" NL
  15. PRINT "                * The BBS server software (performance/quirks etc)" NL
  16. PRINT "                * The OuijaBoard in general (suggestions/improvements)" NL
  17. NL
  18. ATTR 0,4
  19. PRINT " -- "
  20. FG 7
  21. PRINT "NewsFlash "+NFVERSION
  22. PRINT " Line Editor "
  23. FG 0
  24. PRINT " --"
  25. CLL STD NL
  26. WRITERECORD "<NewsFlash$Temp>.FeedBack"
  27. WRITEMESSAGE 1
  28. RECORDPRINT"--------------------------------------------------------------------------------"
  29. WRITERECORD "<NewsFlash$Temp>.FeedBack"
  30. OSCLI "Settype <NewsFlash$Temp>.FeedBack &FFF"
  31. NL
  32. GOSUB anykey
  33. }
  34.  
  35.  
  36.