Hi
I experience problems with the GOTO function in appeon mobile
Is this function still working on tablet, and IF not is there an other function to skip a peace of code.
Example
IF li_x = 1 THEN
........
ELSE
GOTO STOP
END IF
IF li_x = 1 THEN
........
ELSE
......
END IF
STOP:
PB 2019 RB
Appeon workspace 2670
The limitation comes from Powerserver. Goto isn't supported.