home *** CD-ROM | disk | FTP | other *** search
- ;NComm script that demonstrates the STRPART function
-
- SET $stoptime = "14:00:00"
-
- REPEAT
- SET $varin = $date
- STRPART $varout "11" "8" $varin ;Numbers without quotes are also OK
- MESSAGE $varout"\r"
- DELAY 1
- UNTIL $varout == $stoptime
- MESSAGE "\t --- Reached StopTime\n";
-