Adding a second condition

Good day,

This was the suggested way to add a second condition:

if((&iNbLignesAffichees > 35) and (not(trim(@(&iLigneEnCours,1,99))=’ ')))

Stoping that extra page from being generated when the first condition is true but no data to follow

Yves