home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a004 / 4.ddi / UTILS / SAYWHAT1.PRG < prev    next >
Encoding:
Text File  |  1988-01-17  |  1016 b   |  36 lines

  1. * Program.......: SAYWHAT1.PRG
  2. * Author........: G. Rothbart, The Research Group, modifications by Ted
  3. *        : McClure, WordTech Systems.
  4. * Function......: Fast Linkage to VIDPOP for dBXL
  5. *        : STRING = SAYWHAT screen name or VIDPOP command
  6. * Reference.....: SAYWHAT 3.0 Manual
  7. * NOTE..........: This is a program that ONLY works with dBXL
  8. *          and will NOT run in dBASE by itself!
  9. *
  10. *          First load the SAYWHAT LOAD AND CALL .BIN file SAYWHATL.BIN
  11. *          with the command:
  12. *
  13. *          LOAD SAYWHATL
  14. *
  15. *          Replace your VIDPOP calls of the form
  16. *
  17. *          ?? chr(255)+chr(255)+<screen name or VIDPOP command>/
  18. *
  19. *          with
  20. *
  21. *          CALL SAYWHATL WITH '<screen name or VIDPOP command></>'
  22. *
  23. *          For example if you had a .SQZ file called SCREEN1 you would
  24. *          put it up with this command:
  25. *
  26. *          CALL SAYWHATL WITH 'SCREEN1/'
  27. *
  28. *          When you are finished release the module with the command:
  29. *
  30. *          RELEASE MODULE SAYWHATL
  31. *
  32. LOAD SAYWHATL
  33. CALL SAYWHATL WITH 'TINYSCR/'
  34. WAIT
  35. RELEASE MODULE SAYWHATL
  36.