Hi
I have a question regarding syntax with the *FOR %TIME% and %PRIOR_TIME% in the next lines
If I have script like that
*SELECT(%PRIOR%, "[PRIOR]", TIME, "[CURRENT]='%VERSION_TIME1%")
*FOR %TIME% = %VERSION_TIME1% AND %PRIOR_TIME% = %PRIOR%
*INCLUDE N_CS_BP_4MIN.LGF
*NEXT
Is it means if in *INCLUDE N_CS_BP_4MIN;LGF I have *XDIM_MEMEBRSET TIME = %PRIOR_TIME%,%TIME%
The %TIME% in the XDIM_MEMBERSET will be " Replaced " by the value in the %VERSION_TIME1% and %PRIOR% will equal %PRIOR_TIME%
Act as a substitution ?