home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST27.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
|
237 b
|
14 lines
********************
FUNCTION Multple_of
PARAMETERS _the_number, _the_base
IF PCOUNT() = 0
RETURN(.F.)
ENDIF
RETURN(IF(_the_number / _the_base = INT(_the_number / _the_base), .T., .F.))
* End of File