FUNCTION MAIN()
LOCALE cName:=""
cName:= CREATEVAR( cName, "Hello" )
? cName // it exists here
RETURN NIL
STATIC FUNCTION CREATEVAR( cName, xValue )
cName:= xValue
RETURN xValue
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 71 guests