Hi Przemek, > * harbour/contrib/hbxpp/Makefile > + harbour/contrib/hbxpp/sleepx.prg > + added xbase++ compatible prg function SLEEP( <nHSeconds> ) -> NIL
It was already there in idlex.c, written in .c, by the name of XPP_SLEEP(). Maybe it's enough to just rename it to SLEEP() now. (though the name may collide with SLEEP() on other Clipper implementation, like FlagShip, CLIP, which may work a little differently, hence the XPP_ prefix and the translation in hbxpp.ch) Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
