home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
trl14db.zip
/
TRLPRG.EXE
/
ISDSDATE.PRG
< prev
next >
Wrap
Text File
|
1990-10-22
|
421b
|
18 lines
***********
* ISDSDATE.PRG
* by Tom Rettig and Leonard Zerman
* Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
*
* SYNTAX: DO ISDSDATE WITH <date string>
* RETURN: <expL> true if <date string> is vaild in format and contents,
* otherwise false
***********
PARAMETERS par1
CALL Trpass WITH par1
CALL Trexe WITH "ISDSDATE"
IF fox
RETURN (tr_retl)
ENDIF
* eof isdsdate *