home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
communic
/
ncomm3.0
/
scripts
/
clock.script
next >
Wrap
Text File
|
1995-02-27
|
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";