home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / rwsource.tcl < prev    next >
Text File  |  1996-06-03  |  527b  |  18 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #    (c) Cadre Technologies Inc. 1995
  4. #
  5. #    File:        %W%
  6. #    Author:        Harm Leijendeckers
  7. #    Description:    Source file of class Report
  8. #
  9. #---------------------------------------------------------------------------
  10. # SccsId = %W%    %G%    Copyright 1995 Cadre Technologies Inc.
  11.  
  12. set M4_home [m4_var get M4_home]
  13.  
  14. if { ![string length [info commands Report]] } {
  15.     source $M4_home/reports/rwclassdef.tcl
  16.     source $M4_home/reports/rwmethods.tcl
  17. }
  18.