void Ns_SetPutValue( Ns_Set *set, int index, char *value );
The Ns_SetPutValue function sets the value of the field at the given index to the new value. Any existing value of the affected field overwritten. If the specified index is greater than the number of fields in the set, this function does nothing.