home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST300.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
|
266 b
|
19 lines
********************
FUNCTION Loadkeys
PRIVATE _thefile, _value
_thefile = "HOTKEYS.SJS"
IF !FILE(_thefile)
RETURN(.F.)
ENDIF
PUBLIC setkeys[ADECLARE(_thefile)]
RETURN( RESTARRAY( setkeys, _thefile) )
* End of File