Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
InsCodeArray::assign Method (InsCodeArray&, int, int)

Sets the data for each year from the values in newDataArray.

C++
void assign(
    const InsCodeArray& newDataArray, 
    int firstDataYear, 
    int lastDataYear
);
Parameters 
Description 
const InsCodeArray& newDataArray 
Array of new values of data. 
int firstDataYear 
First year of data to set. 
int lastDataYear 
Last year of data to set. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!