home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
WINDOWS
/
COMM
/
WINCOMM5.ZIP
/
DDESERV.WMS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1990-09-28
|
198 b
|
16 lines
; Test of DDE server advise
; Wait and update a$ every second
j=1
print("We are started^M^J")
again:
a$=strint(j)
print(a$+"^M^J")
i=time?+1
do until(time?>i)
j=j+1
goto again
end