home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / fwe225.zip / InpDate.Mac < prev    next >
Text File  |  2000-01-06  |  1KB  |  24 lines

  1. /* ************************************************************************* */
  2. /*              Future Wave Editor  Sample Macro program.                    */
  3. /*                                                                           */
  4. /*                   âVâXâeâÇöNîÄô·üiyy/mm/ddüjôⁿù═                          */
  5. /* ------------------------------------------------------------------------- */
  6. /*                                                                           */
  7. /* 1).âVâXâeâÇöNîÄô·é≡ïüé▀éΘ                                                 */
  8. /*                                                                           */
  9. /* 2).FWE é╓ïüé▀é╜öNîÄô·é≡ôⁿù═é╖éΘ                                           */
  10. /*                                                                           */
  11. /* ------------------------------------------------------------------------- */
  12. /*   (C) Copyright Future Wave Limited.  1997-1999. All right reserved.      */
  13. /* ************************************************************************* */
  14. trace off
  15.  
  16.         /* ----------------------------------------------------------- */
  17.         /*                Äσ            Åê            ù¥               */
  18.         /* ----------------------------------------------------------- */
  19. main:
  20.         /* âVâXâeâÇöNîÄô·é≡ïüé▀üAâGâfâBâ^ü[é╔ôⁿù═é╖éΘ */
  21.         rc = FweInput( Date("O") );
  22.  
  23.         exit;
  24.