Code: Select all
'
' set the forecast horizon
%horizonq= "Enter number of quarterly horizon"
scalar ret = @uiedit(%horizonq, "Horizon")
!horizonm= !horizonq*3
'
%date = "5Mar_h10.00"
'***************************MAIN***********************
include subroutines.prg
include data.prg
include monthly.prg
include quarterly.prg
include errors.prg
Many thanks in advance.
