Delete Reuters Instrument Code
deleteric(c,ric)
deleteric(c,ric,fid)
deleteric(c,ric)
deletes the Reuters® Instrument Code, ric
, and all associated fields.
c
is the Reuters session object.
deleteric(c,ric,fid)
deletes the fields specified by
fid
for the ric
.
Delete 'myric'
and all of its fields:
deleteric(c,'myric')
Delete the fields 'fid1'
and 'fid2'
from
'myric'
:
deleteric(c,'myric',{'fid1','fid2'})