In the following sample I don't see the changed value if SKIP 0 is commented out:

FUNCTION MAIN()

   USE TEST SHARED

   ? FIELD -> test

   ? "Waiting for a key..."

   INKEY( 0 ) // here the field is changed by another user

//    SKIP 0

   ? FIELD -> test

   CLOSE

   RETURN NIL

Is it expected?

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
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to