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

Ns_SetMove

Overview

Move fields from one set to the end of another

Syntax

    void Ns_SetMove(
    	Ns_Set *to,
    	Ns_Set *from
    );

Description

The Ns_SetMove function moves all fields from the from set to the end of the to set. Ns_SetMove leaves from as a valid empty set.

Top of Page

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