vishnushankar
New member
Hi All,
I am facing a problem in Drawing program.
I have to control the view state using two parameters; for eg;
IF NO_OF_HOLES==3 & HOLE_LOCATION=="RIGHT"
SET STATE XYZ
ENDIF
the above doesnt work. Then I tried:
IF NO_OF_HOLES==3
IFHOLE_LOCATION=="RIGHT"
SET STATE XYZ
ENDIF
ENDIF
This too doent work...
Can anybody suggest a solution for this...
Regards
Vishnu
I am facing a problem in Drawing program.
I have to control the view state using two parameters; for eg;
IF NO_OF_HOLES==3 & HOLE_LOCATION=="RIGHT"
SET STATE XYZ
ENDIF
the above doesnt work. Then I tried:
IF NO_OF_HOLES==3
IFHOLE_LOCATION=="RIGHT"
SET STATE XYZ
ENDIF
ENDIF
This too doent work...
Can anybody suggest a solution for this...
Regards
Vishnu