Dear friends, is there someone that is able to fix this problem? Or that can 
give me any hints on where to look at?

FUNCTION MAIN()

    ? TEST()

    INKEY( 0 )

    RETURN NIL


STATIC FUNCTION TEST()

    LOCAL nVar := 1

    LOCAL lVar := .T.

    BEGIN SEQUENCE
        IF lVar
            nVar = 2
            BREAK
        ENDIF

        nVar = 3
    END SEQUENCE

    RETURN nVar

Warning W0032  Variable 'NVAR' is assigned but not used in function 
'TEST(18)'

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to