home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
misc
/
avmnfax
/
rexx
/
showcid.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
306b
|
13 lines
/* */
/* cidName and cidNumber are valid variables here! */
if show('p', 'AVMCIDLOGGER') then do
address 'AVMCIDLOGGER' 'add' 'CID info at' time()
if cidName ~= '' then
address 'AVMCIDLOGGER' 'addcidname' cidName
if cidNumber ~= '' then
address 'AVMCIDLOGGER' 'addcidnumber' cidNumber
end