In this case, it would not be ideal to separate the variables
Code: Select all
FUNCTION MAIN()
LOCAL i,ii
FOR i = 1 TO 10
FOR ii = i TO 5
? ii
NEXT ii
NEXT i
INKEY( 0 )
RETURN NIL
Code: Select all
FUNCTION MAIN()
LOCAL i,ii
FOR i = 1 TO 10
FOR ii = i TO 5
? ii
NEXT ii
NEXT i
INKEY( 0 )
RETURN NIL
¿Es posible utilizar sin Fivewin? por ejemplo, en mi caso trabajo con Hwgui?cnavarro wrote:---------------------------------- NEW VERSION UPDATED 06/01/2018 ------------------------
- ApiList1.exe not run: fixed
https://bitbucket.org/fivetech/fivewin- ... GOOGLE.zip