home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4611 / fw16d.ins / SAMPLES / TESTNTX.PRG < prev    next >
Text File  |  1994-06-05  |  83b  |  6 lines

  1. function Main()
  2.  
  3.    MsgInfo( cNtxKey( "..\ide\docs\doc01.ntx" ) )
  4.  
  5. return nil
  6.