Can anyone help me with this error message.
I have no idea what they are talking about...
Here is my error message
[FONT=r_ansi][/FONT]
[FONT=r_ansi][FONT=r_symbol][/FONT][FONT=r_ansi]** Array subscript is less than 1 or greater than extent. (367) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Could not understand line 100. (196) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Array subscript is less than 1 or greater than extent. (367) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Could not understand line 140. (196) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Array subscript is less than 1 or greater than extent. (367)[/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Could not understand line 173. (196)
[/FONT][/FONT][FONT=r_ansi][/FONT]
[FONT=r_ansi][/FONT]
[FONT=r_ansi]Here is my define var...[/FONT]
[FONT=r_ansi][FONT=r_ansi]DEFINE variable w-site like ff_site initial "PROD".
DEFINE VARIABLE ws-from-cell LIKE ro_wkctr no-undo.
DEFINE VARIABLE ws-thru-cell LIKE ro_wkctr no-undo.
DEFINE variable fcyear like ff_year initial "2007".
DEFINE variable ws-slct-qty as integer extent 18.
DEFINE variable w-ctrnbr as integer.
DEFINE variable w-wkctr like ro_wkctr.
DEFINE variable fcstid like ff_id init "BUDGET07".
DEFINE variable fcstid1 like ff_id.
DEFINE variable ff-time as integer extent 18.
DEFINE variable h as integer.
DEFINE variable ff_adj_fc as decimal extent 8 FORMAT "->>>>>>9".
here is the lines where the error is showing.
line 100
[FONT=r_ansi]if substring(ro_wkctr,5,1) <> "0" and (w-ctrnbr > 0 and w-ctrnbr < 8 )
or w-ctrnbr = 9 then
line 140
[FONT=r_ansi]form
ff_part at 1
pt_desc1 format "x(24)"
ff_adj_fc [1] column-label " January " format "->>>>>>>9 "
ff_adj_fc [2] column-label " February " format "->>>>>>>9 "
[/FONT][/FONT][/FONT][/FONT][FONT=r_ansi][/FONT]
[FONT=r_ansi][/FONT]
[FONT=r_ansi]Line 173[/FONT]
[FONT=r_ansi][FONT=r_ansi]display ff_part pt_desc1
ff_adj_fc [1] (sub-total by ro_wkctr)
ff_adj_fc [1] (total by ro_wkctr)
ff_adj_fc [2] (sub-total by ro_wkctr)
ff_adj_fc [2] (total by ro_wkctr)
what am i doing wrong...
[/FONT][/FONT]
I have no idea what they are talking about...
Here is my error message
[FONT=r_ansi][/FONT]
[FONT=r_ansi][FONT=r_symbol][/FONT][FONT=r_ansi]** Array subscript is less than 1 or greater than extent. (367) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Could not understand line 100. (196) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Array subscript is less than 1 or greater than extent. (367) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Could not understand line 140. (196) [/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Array subscript is less than 1 or greater than extent. (367)[/FONT][FONT=r_symbol]
[/FONT][FONT=r_ansi]** Could not understand line 173. (196)
[/FONT][/FONT][FONT=r_ansi][/FONT]
[FONT=r_ansi][/FONT]
[FONT=r_ansi]Here is my define var...[/FONT]
[FONT=r_ansi][FONT=r_ansi]DEFINE variable w-site like ff_site initial "PROD".
DEFINE VARIABLE ws-from-cell LIKE ro_wkctr no-undo.
DEFINE VARIABLE ws-thru-cell LIKE ro_wkctr no-undo.
DEFINE variable fcyear like ff_year initial "2007".
DEFINE variable ws-slct-qty as integer extent 18.
DEFINE variable w-ctrnbr as integer.
DEFINE variable w-wkctr like ro_wkctr.
DEFINE variable fcstid like ff_id init "BUDGET07".
DEFINE variable fcstid1 like ff_id.
DEFINE variable ff-time as integer extent 18.
DEFINE variable h as integer.
DEFINE variable ff_adj_fc as decimal extent 8 FORMAT "->>>>>>9".
here is the lines where the error is showing.
line 100
[FONT=r_ansi]if substring(ro_wkctr,5,1) <> "0" and (w-ctrnbr > 0 and w-ctrnbr < 8 )
or w-ctrnbr = 9 then
line 140
[FONT=r_ansi]form
ff_part at 1
pt_desc1 format "x(24)"
ff_adj_fc [1] column-label " January " format "->>>>>>>9 "
ff_adj_fc [2] column-label " February " format "->>>>>>>9 "
[/FONT][/FONT][/FONT][/FONT][FONT=r_ansi][/FONT]
[FONT=r_ansi][/FONT]
[FONT=r_ansi]Line 173[/FONT]
[FONT=r_ansi][FONT=r_ansi]display ff_part pt_desc1
ff_adj_fc [1] (sub-total by ro_wkctr)
ff_adj_fc [1] (total by ro_wkctr)
ff_adj_fc [2] (sub-total by ro_wkctr)
ff_adj_fc [2] (total by ro_wkctr)
what am i doing wrong...
[/FONT][/FONT]