home *** CD-ROM | disk | FTP | other *** search
- * Program.......: SAYWHAT1.PRG
- * Author........: G. Rothbart, The Research Group, modifications by Ted
- * : McClure, WordTech Systems.
- * Function......: Fast Linkage to VIDPOP for dBXL
- * : STRING = SAYWHAT screen name or VIDPOP command
- * Reference.....: SAYWHAT 3.0 Manual
- * NOTE..........: This is a program that ONLY works with dBXL
- * and will NOT run in dBASE by itself!
- *
- * First load the SAYWHAT LOAD AND CALL .BIN file SAYWHATL.BIN
- * with the command:
- *
- * LOAD SAYWHATL
- *
- * Replace your VIDPOP calls of the form
- *
- * ?? chr(255)+chr(255)+<screen name or VIDPOP command>/
- *
- * with
- *
- * CALL SAYWHATL WITH '<screen name or VIDPOP command></>'
- *
- * For example if you had a .SQZ file called SCREEN1 you would
- * put it up with this command:
- *
- * CALL SAYWHATL WITH 'SCREEN1/'
- *
- * When you are finished release the module with the command:
- *
- * RELEASE MODULE SAYWHATL
- *
- LOAD SAYWHATL
- CALL SAYWHATL WITH 'TINYSCR/'
- WAIT
- RELEASE MODULE SAYWHATL