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

Sets the data for specified years to one specified value.

C++
void assign(
    const InsCode& newData, 
    int firstDataYear, 
    int lastDataYear
);
Parameters 
Description 
const InsCode& newData 
New value of data to be used for all specified years. 
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!