home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST299.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-08-08
|
239 b
|
18 lines
********************
FUNCTION Savekeys
PRIVATE _thefile, _value
_thefile = "HOTKEYS.SJS"
IF TYPE("setkeys") != "A"
RETURN(.F.)
ENDIF
RETURN( ARRAYSAVE(setkeys, _thefile) )
* End of File