cancel
Showing results for 
Search instead for 
Did you mean: 

statement problem in script

Former Member
0 Kudos

Hi Friends ,

I am having a problem with this statment

IF &EXCEED_COUNT& EQ 45 OR &EXCEED_COUNT& GT 32

new-page

endif

insted of EXCEED_COUNT being 4 or 5 or less than 32, the cursor is going inside the statement .

can anybody help me in this case. this statement is inside the main window

Thankign you

Rohit Gupta

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

Try to place your condition like this...

/: IF &EXCEED_COUNT& EQ 45

NEW-PAGE

/: ENDIF.

/: IF &EXCEED_COUNT& GT 32

NEW-PAGE

/: ENDIF.

Debug and see....

Regards,

SaiRam