Is this a Clipper compatibility fix? Brds, Viktor On Thu, Feb 19, 2009 at 8:09 PM, Enrico Maria Giordano < [email protected]> wrote:
> Dear friends, I need to place the GET's cursor position to ::nMaxLen + 1. I > changed the current code from setPos() method > > ::nPos := iif( ::nMaxLen == 0, 1, ::nMaxLen ) > > to > > ::nPos := iif( ::nMaxLen == 0, 1, nPos ) > > and it seems to work fine. > > What is the better way to do this change, other than maintain my personal > tget.prg? > > 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 > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour >
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
