[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_SetPutValue

Overview

Set the value of a field

Syntax

    void Ns_SetPutValue(
    	Ns_Set		*set,
    	int		 index,
    	char		*value
    );

Description

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.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.