Your "if" clause is valid.  You can put as many conditions as you want in 
an If clause.

Karen

 
> Karen and Bill can you combine variable's ?
> 
> Such as follows:
> 
> 
> 
> If vMessageDisplayed = 'yes' and vMessageDisplayed1 <= 100 THEN
>              SET VAR vMessage = 'Stop and review the data now'
>        ELSE
>              SET VAR vMessage TEXT = NULL
>        ENDIF
>        RECALC VAR
> 
> 
> 
> 

Reply via email to