NXTMn returns the value of a specified variable n months into the future (same day of the month).
SYNTAX:
NXTMn(Cx)
where :
Cx is a conditional variable x
n specifies how many months into the future to retrieve a value
NOTES:
n must be less than 100
EXAMPLES:
V1012 = NXTM6(C114)
Variable 1012 will retrieve the values of variable 114 six months into the future. Meaning the value of variable 1012 on 3/14/2007 would be the same as variable 114 on 9/14/2007.