home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / various / clpdem / cliptest.bas < prev    next >
Encoding:
BASIC Source File  |  1995-02-27  |  189 b   |  8 lines

  1. ' This program illustrates how to Copy, Cut, and
  2. ' Paste text from one form to another via a menu
  3. ' located on a third form.
  4.  
  5. Global FocusFlag As Integer
  6. Global Const CF_TEXT = &H1
  7.  
  8.