home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / QBUTIL5P.ZIP / QBDEMO.ZIP / MISCINFO.DEM < prev    next >
Encoding:
Text File  |  1990-02-26  |  1.1 KB  |  38 lines

  1. This provide demonstrations for some of the OTHER utilities
  2. available is this release of QBUTIL.
  3.  
  4. Other Utility List:
  5.  
  6. CapsLock - Simple utility that enables/disables the keyboard
  7. Caps Lock.
  8.  
  9. CommandLine - Parses through command line entries to determine
  10. Program Command Line entry switches.
  11.  
  12. Delay - Pause for the specified number of seconds.
  13.  
  14. FormTwo - Splits a character string at the specified length
  15. into two strings.
  16.  
  17. GetCharacter - Retrieves a character from a string at the
  18. specified position.
  19.  
  20. GetString - Retrieves a set of characters from a string at
  21. the specified starting and ending positions.
  22.  
  23. InkeyBox - Get single character input displayed in a box.
  24.  
  25. Motion - Put a message on the screen. Scroll it to the left. At
  26. the same time pause for keyboard input.
  27.  
  28. Oops - A replacement for BEEP.
  29.  
  30. ReadFile - Read the text file requested.
  31.  
  32. TypeLine - Controlled line input.
  33.  
  34. ViewFile - Display a text file in a scroll window.
  35.  
  36. Most of these utilities are used throughout this program.
  37.  
  38.