Age

Copy

Description

Copy allows an age to be copied to this age object.  If you simply assign an age to more than one variable, both will change if you change either variable.  For this reason, it is often better to copy the value using a Copy method.

Syntax

ag:Copy(agAge)

Parameters

agAge
Age to be copied

Return Value

None

Remarks

Example
agNew:Copy(agOld)