home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 16
/
amigaformatcd16.iso
/
-in_the_mag-
/
top100_shareware
/
comms
/
ncomm
/
scripts
/
clock.script
next >
Wrap
Text File
|
1993-04-24
|
275b
|
12 lines
;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";