home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
APDL Public Domain 1
/
APDL_PD1A.iso
/
program
/
basic
/
eventshell
/
Tools
/
!EvntEdit
/
UserFNs
/
DataSave
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-02
|
284 b
|
14 lines
*|Start FN.........
DEF FN.........( file_name$ )
REM Called when a fileicon has been dragged to a Filer window
REM to actually perform the save...
REM file_name$ - the full name for the saved file
REM the returned value of this function is ignored
LOCAL
= 0
:
*|Stop FN.........