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

Reply via email to