home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
comm
/
avmnfax-1.33.lha
/
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