5.55 ENTINF_SetValue
procedure ENTINF_SetValue ( var entInf: ENTINF, attribute: ATTRTYP, attrVal: ATTRVAL, prefixTable: PrefixTable)
The ENTINF_SetValue procedure updates an attribute value within the ENTINF. If attrVal is null, then the attribute is removed from the list (if it exists). If the value is non-null, then the attribute value is updated or added to the list (when a value is not already present). The attribute and attrVal parameters are based on dc.prefixTable, while the attributes within entInf are based on the prefixTable parameter.