home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t140 / 1.img / MERGE1.MAC < prev    next >
Encoding:
SuperKey Macro  |  1986-11-07  |  2.0 KB  |  56 lines

  1. <BEGDISP><AltF1>  1  1 40 13.<TITLE>Help<TITLE><AUTO>
  2. The three sample macro files MERGE1.MAC,
  3. MERGE2.MAC, and MERGE3.MAC will show you
  4. how the <CtrlD>Merge<CtrlD> command works.
  5.  
  6. The files contain the following macros:
  7.  
  8.              <CtrlB>F1<CtrlB>  <CtrlB>F2<CtrlB>  <CtrlB>F3<CtrlB>  <CtrlB>F4<CtrlB>  <CtrlB>F5<CtrlB>
  9. ────────────────────────────────────────
  10. MERGE1.MAC  ABC     GHI
  11. MERGE2.MAC      DEF     JKL
  12. MERGE3.MAC          123     456
  13. ────────────────────────────────────────
  14. Press <CtrlB>PgDn<CtrlB> to read more, <CtrlB>Esc<CtrlB> to stop<CtrlL>
  15. You   have  MERGE1.MAC  in  memory  now.
  16. First, try to <CtrlD>Merge<CtrlD> the file MERGE2.MAC.
  17. The result will be:
  18.  
  19.              <CtrlB>F1<CtrlB>  <CtrlB>F2<CtrlB>  <CtrlB>F3<CtrlB>  <CtrlB>F4<CtrlB>  <CtrlB>F5<CtrlB>
  20. ────────────────────────────────────────
  21. Memory      ABC     GHI
  22. MERGE2.MAC      DEF     JKL
  23. ────────────────────────────────────────
  24.             ABC DEF GHI JKL
  25. ────────────═══════════════─────────────
  26.  
  27. Press <CtrlB>PgDn<CtrlB> to read more, <CtrlB>Esc<CtrlB> to stop<CtrlL>
  28. Then <CtrlD>Merge<CtrlD> the file MERGE3.MAC with  the
  29. two others:
  30.  
  31.              <CtrlB>F1<CtrlB>  <CtrlB>F2<CtrlB>  <CtrlB>F3<CtrlB>  <CtrlB>F4<CtrlB>  <CtrlB>F5<CtrlB>
  32. ────────────────────────────────────────
  33. Memory      ABC DEF GHI JKL
  34. MERGE3.MAC          123     456
  35. ────────────────────────────────────────
  36.             ABC DEF 123 JKL 456
  37. ────────────═══════════════════─────────
  38.  
  39.  
  40. Press <CtrlB>PgDn<CtrlB> to read more, <CtrlB>Esc<CtrlB> to stop<CtrlL>
  41. Finally, <CtrlD>Merge<CtrlD> MERGE1.MAC to what is now
  42. in memory:
  43.  
  44.              <CtrlB>F1<CtrlB>  <CtrlB>F2<CtrlB>  <CtrlB>F3<CtrlB>  <CtrlB>F4<CtrlB>  <CtrlB>F5<CtrlB>
  45. ────────────────────────────────────────
  46. Memory      ABC DEF 123 JKL 456
  47. MERGE1.MAC  ABC     GHI
  48. ────────────────────────────────────────
  49.             ABC DEF GHI JKL 456
  50. ────────────═══════════════════─────────
  51.  
  52.  
  53.             Press <CtrlB>Esc<CtrlB> to stop<ENDDEF>
  54. <BEGDEF><F1>ABC<ENDDEF>
  55. <BEGDEF><F3>GHI<ENDDEF>
  56.