home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST255.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
|
283 b
|
18 lines
********************
FUNCTION Secs_go
PARAMETERS _c
IF EMPTY(PCOUNT())
RETURN(0)
ELSEIF TYPE("_c") != "C"
RETURN(0)
ENDIF
* _c is a time string
RETURN(VAL(_c) * 3600 + VAL(SUBSTR(_c,4)) * 60 + VAL(SUBSTR(_c,7)))
* End of File