I have at init
- Code: Select all Expand view
- begin sequence
then the procedure makes a particular calculation
and on a Cicle Do while
- Code: Select all Expand view
- do while (Val(num1) < 90)
do while (Val(num2) <= 90)
if (InKey() == K_ESC)
break
endif
then at end
- Code: Select all Expand view
- enddo
end sequence
How translate this
if (InKey() == K_ESC)
break
endif