home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( address%, file_type%, file_name$, file_size% )
-
- REM Called when a file been dragged to a window or window/icon
- REM pair that has a DataLoad event attached
-
- REM address% - address file was loaded at for an automatic load
- REM file_type% - type of the file
- REM file_name$ - the full name for the file to load
- REM file_size% - size of the file
-
- REM the returned value of this function is ignored
-
- LOCAL
-
- = 0
- :
- *|Stop FN.........