Hi,
LEAVE TO SCREEN 0 :it takes you to the previous screen.
LEAVE TO SCREEN 100 : it takes you to screen with screen number 100.
Hi anu,
1. leave to screen 0 exits out from your initial screen (ie exit out of your program)
2. leave to screen 100 leaves the current screen and go to screen no 100
case ok_code.
when 'EXIT'.
LEAVE to SCREEN 0.
WHEN 'BACK'.
LEAVE TO SCREEN 100.
endcase.
reward if useful.
thanks
Add a comment