home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Tools / !EvntEdit / UserFNs / DataSave < prev    next >
Encoding:
Text File  |  1996-01-02  |  284 b   |  14 lines

  1. *|Start FN.........
  2. DEF FN.........( file_name$ )
  3.  
  4. REM Called when a fileicon has been dragged to a Filer window
  5. REM to actually perform the save...
  6. REM file_name$ - the full name for the saved file 
  7.  
  8. REM the returned value of this function is ignored
  9.  
  10. LOCAL
  11.  
  12. = 0
  13. :
  14. *|Stop FN.........