home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / MEMOUTIL.ZIP / MEMODEMO.MNU next >
Encoding:
Text File  |  1987-03-26  |  400 b   |  11 lines

  1. Enter|EnterMemo|Enter a memofield to test
  2.   Yes|@ 12,20 SAY 'Memo ' GET Memo1|Yes, edit memo
  3.   No|RETU|No, Return to main menu
  4. Show|ShowMemo|Show the entered memo field with formatting options
  5.   Yes|@ 12,20 SAY 'Left Margin ' GET L|Yes, show memo
  6.   No|RETU|No, Return to main menu
  7. Quit|QuitIt|Quit the program
  8.   Yes|Reply = 0|Yes, quit the memo demo
  9.   No|RETU|No, Return to the main menu
  10.  
  11.