FUNCTION MAIN()

   PRIVATE cVar

   ? cVar

   cVar = 10

   RELEASE ALL LIKE cVar*

   ? cVar

   INKEY( 0 )

   RETURN NIL

I get:

NIL
       10

Clipper:

NIL
NIL

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
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to